Searched defs:locY (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/oned/
H A DBC_OneDimWriter.cpp187 FX_FLOAT locY,
191 CFX_FloatRect rect((FX_FLOAT)locX, (FX_FLOAT)locY, (FX_FLOAT)(locX + geWidth),
192 (FX_FLOAT)(locY + iTextHeight));
200 (FX_FLOAT)(locY + iFontSize));
214 FX_FLOAT locY,
228 geBitmap.SetDIBits(ge.GetBitmap(), (int)locX, (int)locY);
265 int32_t locY = 0; local
269 locY = 0;
274 locY = 0;
279 locY
181 ShowDeviceChars(CFX_RenderDevice* device, const CFX_Matrix* matrix, const CFX_ByteString str, FX_FLOAT geWidth, FXTEXT_CHARPOS* pCharPos, FX_FLOAT locX, FX_FLOAT locY, int32_t barWidth) argument
209 ShowBitmapChars(CFX_DIBitmap* pOutBitmap, const CFX_ByteString str, FX_FLOAT geWidth, FXTEXT_CHARPOS* pCharPos, FX_FLOAT locX, FX_FLOAT locY, int32_t barWidth) argument
[all...]
/external/skia/include/views/
H A DSkView.h94 SkScalar locY() const { return fLoc.fY; } function in class:SkView
/external/skia/tools/
H A Dsk_tool_utils.cpp291 SkScalar locY = y + 0.5f - center.fY; local
294 if (locY > 0.0f) {
295 norm = locX >= locY ? right : down; // LR corner
297 norm = locX > -locY ? right : up; // UR corner
300 if (locY > 0.0f) {
301 norm = -locX > locY ? left : down; // LL corner
303 norm = locX > locY ? up : left; // UL corner
327 SkScalar locY = y + 0.5f - center.fY; local
330 if (locY > 0.0f) {
331 norm = locX >= locY
[all...]

Completed in 164 milliseconds