Searched refs:maxY (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_matrix.h35 const unsigned maxY = s.fBitmap->height() - 1; local
36 *xy++ = TILEY_PROCF(fx, maxY);
103 int maxY = s.fBitmap->height() - 1; local
106 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX);
118 int maxY = s.fBitmap->height() - 1; local
127 *xy++ = (TILEY_PROCF(srcXY[1], maxY) << 16) |
168 const unsigned maxY = s.fBitmap->height() - 1; local
170 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, s.fFilterOneY PREAMBLE_ARG_Y);
211 unsigned maxY = s.fBitmap->height() - 1; local
214 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, one
228 unsigned maxY = s.fBitmap->height() - 1; local
[all...]
H A DSkBitmapProcState_shaderproc.h25 const unsigned maxY = s.fBitmap->height() - 1; local
27 subY = TILEY_LOW_BITS(fy, maxY);
28 int y0 = TILEY_PROCF(fy, maxY);
29 int y1 = TILEY_PROCF((fy + s.fFilterOneY), maxY);
H A DSkBitmapSampler.cpp108 int maxY = fMaxY; local
112 int tmpy = procY(iy, maxY);
118 int tmpy1 = procY(iy + 1, maxY);
156 int maxY = fMaxY; local
160 int tmpy = procY(iy, maxY);
166 int tmpy1 = procY(iy + 1, maxY);
211 int maxY = fMaxY; local
215 int tmpy = procY(iy, maxY);
221 int tmpy1 = procY(iy + 1, maxY);
270 int maxY local
[all...]
H A DSkBitmapProcState_matrix_repeat.h70 const unsigned maxY = s.fBitmap->height() - 1; local
71 *xy++ = TILEY_PROCF(fx, maxY);
204 int maxY = s.fBitmap->height() - 1; local
254 yout = vmulq_s32(yout, vdupq_n_s32(maxY+1));
281 uint32_t val = (TILEY_PROCF(ofy, maxY) << 16) | TILEX_PROCF(ofx, maxX);
293 SkDebugf("maxX %08x maxY %08x\n", maxX, maxY);
301 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX);
313 int maxY = s.fBitmap->height() - 1; local
385 y = vmulq_s32(y, vdupq_n_s32(maxY
458 const unsigned maxY = s.fBitmap->height() - 1; local
501 unsigned maxY = s.fBitmap->height() - 1; local
520 unsigned maxY = s.fBitmap->height() - 1; local
[all...]
H A DSkBitmapProcState_matrix_clamp.h72 const unsigned maxY = s.fBitmap->height() - 1; local
73 *xy++ = TILEY_PROCF(fx, maxY);
181 int maxY = s.fBitmap->height() - 1; local
196 int32_t maxpair = (maxX&0xffff) | ((maxY&0xffff)<<16);
268 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX);
283 int maxY = s.fBitmap->height() - 1; local
315 int16x4_t maxY4 = vdup_n_s16((int16_t)maxY);
350 /* clamp Y>>16 (aka yhi) to 0..maxY */
352 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */
380 /* clamp Y>>16 (aka yhi) to 0..maxY */
502 const unsigned maxY = s.fBitmap->height() - 1; local
616 unsigned maxY = s.fBitmap->height() - 1; local
764 unsigned maxY = s.fBitmap->height() - 1; local
[all...]
/external/webkit/WebCore/rendering/
H A DSVGRootInlineBox.h80 void layoutInlineBoxes(InlineFlowBox* start, Vector<SVGChar>::iterator& it, int& minX, int& maxX, int& minY, int& maxY);
H A DSVGRootInlineBox.cpp1126 int maxY = minY + enclosedStringRect.height(); local
1143 if (maxY > highY)
1144 highY = maxY;
1151 int maxY = INT_MIN; local
1158 layoutInlineBoxes(flowBox, it, minX, maxX, minY, maxY);
1164 static_cast<SVGInlineFlowBox*>(curr)->setHeight(maxY - minY);
1175 if (maxY > highY)
1176 highY = maxY;
H A DRenderLayer.cpp1206 int maxY = scrollHeight() - box->clientHeight(); local
1209 if (y > maxY) y = maxY;
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocvideo.cpp531 TInt maxY = Min(screenH - 1, rect2.y + rect2.h - 1); local
532 if (maxX < 0 || maxY < 0) /* sanity check */
534 maxY = Min(maxY, 199);
538 TInt sourceRectHeight = maxY - rect2.y + 1;
/external/freetype/src/raster/
H A Dftraster.c475 Long minY, maxY; member in struct:TWorker_
1464 x, y, ras.minY, ras.maxY ) )
1470 x, y, ras.minY, ras.maxY ) )
1581 if ( Bezier_Up( RAS_VARS 2, Split_Conic, ras.minY, ras.maxY ) )
1585 if ( Bezier_Down( RAS_VARS 2, Split_Conic, ras.minY, ras.maxY ) )
1716 if ( Bezier_Up( RAS_VARS 3, Split_Cubic, ras.minY, ras.maxY ) )
1720 if ( Bezier_Down( RAS_VARS 3, Split_Cubic, ras.minY, ras.maxY ) )
2033 ras.lastY <= ras.maxY )
2899 min_Y = (Short)TRUNC( ras.maxY );
3135 ras.maxY
[all...]

Completed in 107 milliseconds