Searched refs:pHeight (Results 1 – 8 of 8) sorted by relevance
/external/libpng/contrib/gregbook/ |
D | readppm.c | 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument 122 *pHeight = height; in readpng_init()
|
D | readpng.c | 88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument 141 *pHeight = height; in readpng_init()
|
D | readpng.h | 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
|
/external/skia/tests/ |
D | SkpSkGrTest.cpp | 336 int pHeight = pic->height(); in timePict() local 340 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1); in timePict() 342 SkIntToScalar(SkTMin(maxDimension, pHeight))}; in timePict() 406 int pHeight = pic->height(); in testOne() local 407 int pLargerWH = SkTMax(pWidth, pHeight); in testOne() 427 dim.fY = (pHeight + scale - 1) / scale; in testOne() 436 fFilename, pWidth, pHeight, dim.fX, dim.fY); in testOne()
|
D | PathOpsSkpClipTest.cpp | 543 int pHeight = pic->height(); in timePict() local 547 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1); in timePict() 549 SkIntToScalar(SkTMin(maxDimension, pHeight))}; in timePict()
|
/external/chromium_org/third_party/skia/tests/ |
D | SkpSkGrTest.cpp | 334 int pHeight = pic->height(); in timePict() local 338 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1); in timePict() 340 SkIntToScalar(SkTMin(maxDimension, pHeight))}; in timePict() 404 int pHeight = pic->height(); in testOne() local 405 int pLargerWH = SkTMax(pWidth, pHeight); in testOne() 425 dim.fY = (pHeight + scale - 1) / scale; in testOne() 434 fFilename, pWidth, pHeight, dim.fX, dim.fY); in testOne()
|
D | PathOpsSkpClipTest.cpp | 393 SkScalar pHeight = pic->cullRect().height(); in timePict() local 397 SkScalar yInterval = SkTMax(pHeight - maxDimension, 0.0f) / (slices - 1); in timePict() 398 SkRect rect = {0, 0, SkTMin(maxDimension, pWidth), SkTMin(maxDimension, pHeight) }; in timePict()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | prototype-1.7.js | 3530 pHeight = parent.measure('height'); 3534 return pHeight - mHeight - offset.top;
|