getHeight 307 lib/pdf/BitmapOutputDev.cc memset(rgbbitmap->getAlphaPtr(), 0, rgbbitmap->getWidth()*rgbbitmap->getHeight());
getHeight 308 lib/pdf/BitmapOutputDev.cc memset(rgbbitmap->getDataPtr(), 0, rgbbitmap->getRowSize()*rgbbitmap->getHeight());
getHeight 334 lib/pdf/BitmapOutputDev.cc int height = btm->getHeight();
getHeight 359 lib/pdf/BitmapOutputDev.cc int height = bitmap->getHeight();
getHeight 388 lib/pdf/BitmapOutputDev.cc int height = bitmap->getHeight();
getHeight 416 lib/pdf/BitmapOutputDev.cc assert(boolbtm->getHeight() == alphabtm->getHeight());
getHeight 422 lib/pdf/BitmapOutputDev.cc int height = boolbtm->getHeight();
getHeight 476 lib/pdf/BitmapOutputDev.cc int height = bitmap->getHeight();
getHeight 477 lib/pdf/BitmapOutputDev.cc assert(height == update->getHeight());
getHeight 479 lib/pdf/BitmapOutputDev.cc if(!fixBBox(&x1, &y1, &x2, &y2, bitmap->getWidth(), bitmap->getHeight()))
getHeight 531 lib/pdf/BitmapOutputDev.cc if(!fixBBox(&x1, &y1, &x2, &y2, btm->getWidth(), btm->getHeight()))
getHeight 538 lib/pdf/BitmapOutputDev.cc int height = btm->getHeight();
getHeight 543 lib/pdf/BitmapOutputDev.cc int height = btm->getHeight();
getHeight 664 lib/pdf/BitmapOutputDev.cc int height = clip0bitmap->getHeight();
getHeight 689 lib/pdf/BitmapOutputDev.cc int height = clip0->getHeight();
getHeight 765 lib/pdf/BitmapOutputDev.cc int height = boolpoly->getHeight();
getHeight 806 lib/pdf/BitmapOutputDev.cc int height = boolpoly->getHeight();
getHeight 880 lib/pdf/BitmapOutputDev.cc stalepolybitmap = new SplashBitmap(boolpolybitmap->getWidth(), boolpolybitmap->getHeight(), 1, boolpolybitmap->getMode(), 0);
getHeight 884 lib/pdf/BitmapOutputDev.cc staletextbitmap = new SplashBitmap(booltextbitmap->getWidth(), booltextbitmap->getHeight(), 1, booltextbitmap->getMode(), 0);
getHeight 887 lib/pdf/BitmapOutputDev.cc msg("<debug> startPage %dx%d (%dx%d)", this->width, this->height, booltextbitmap->getWidth(), booltextbitmap->getHeight());
getHeight 1349 lib/pdf/BitmapOutputDev.cc int height = boolpoly->getHeight();
getHeight 1499 lib/pdf/BitmapOutputDev.cc clearBooleanBitmap(stalepolybitmap, 0, 0, stalepolybitmap->getWidth(), stalepolybitmap->getHeight());
getHeight 1503 lib/pdf/BitmapOutputDev.cc clearBooleanBitmap(staletextbitmap, 0, 0, staletextbitmap->getWidth(), staletextbitmap->getHeight());
getHeight 144 lib/pdf/pdf2jpeg.c int height = bitmap->getHeight();
getHeight 2345 lib/pdf/xpdf/JBIG2Stream.cc rdh + syms[symID]->getHeight(),
getHeight 2359 lib/pdf/xpdf/JBIG2Stream.cc bh = symbolBitmap->getHeight() - 1;
getHeight 2543 lib/pdf/xpdf/JBIG2Stream.cc patH = patternDict->getBitmap(0)->getHeight();
getHeight 133 lib/pdf/xpdf/Splash.cc modYMin = bitmap->getHeight();
getHeight 637 lib/pdf/xpdf/Splash.cc aaBuf->getRowSize() * aaBuf->getHeight());
getHeight 36 lib/pdf/xpdf/SplashBitmap.h int getHeight() { return height; }
getHeight 728 lib/pdf/xpdf/SplashOutputDev.cc if (!bitmap || w != bitmap->getWidth() || h != bitmap->getHeight()) {
getHeight 2349 lib/pdf/xpdf/SplashOutputDev.cc maskBitmap = new SplashBitmap(bitmap->getWidth(), bitmap->getHeight(),
getHeight 2485 lib/pdf/xpdf/SplashOutputDev.cc } else if (ty > bitmap->getHeight()) {
getHeight 2486 lib/pdf/xpdf/SplashOutputDev.cc ty = bitmap->getHeight();
getHeight 2496 lib/pdf/xpdf/SplashOutputDev.cc if (ty + h > bitmap->getHeight()) {
getHeight 2497 lib/pdf/xpdf/SplashOutputDev.cc h = bitmap->getHeight() - ty;
getHeight 2578 lib/pdf/xpdf/SplashOutputDev.cc tBitmap->getWidth(), tBitmap->getHeight(),
getHeight 2648 lib/pdf/xpdf/SplashOutputDev.cc softMask = new SplashBitmap(bitmap->getWidth(), bitmap->getHeight(),
getHeight 2650 lib/pdf/xpdf/SplashOutputDev.cc memset(softMask->getDataPtr(), 0x00, softMask->getRowSize()*softMask->getHeight());
getHeight 2652 lib/pdf/xpdf/SplashOutputDev.cc if (tx<softMask->getWidth() && ty<softMask->getHeight())
getHeight 2653 lib/pdf/xpdf/SplashOutputDev.cc for (y = 0; y < tBitmap->getHeight(); ++y) {
getHeight 2716 lib/pdf/xpdf/SplashOutputDev.cc return bitmap->getHeight();
getHeight 303 lib/pdf/xpdf/SplashXPathScanner.cc memset(aaBuf->getDataPtr(), 0, aaBuf->getRowSize() * aaBuf->getHeight());