Searched refs:fLeft (Results 226 - 243 of 243) sorted by relevance

12345678910

/external/icu/icu4c/source/io/
H A Duprntf_p.c1303 info->fLeft = TRUE;
1480 info->fLeft = TRUE;
/external/skia/src/pdf/
H A DSkPDFShader.cpp782 domain->appendScalar(bbox.fLeft);
968 patternBBox.fLeft = 0;
H A DSkPDFDevice.cpp1049 if (srcIR.fLeft > 0) {
1050 dx = SkIntToScalar(srcIR.fLeft);
1543 rect->appendScalar(translatedRect.fLeft);
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp262 { bounds.fLeft - quad[0].fX, bounds.fTop - quad[0].fY },
264 { bounds.fLeft - quad[0].fX, bounds.fBottom - quad[0].fY },
H A DRoundRectTest.cpp217 REPORTER_ASSERT(reporter, 0 == r.fLeft && 0 == r.fTop && 0 == r.fRight && 0 == r.fBottom);
H A DClipStackTest.cpp943 SkPoint xy = {SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth)),
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp597 FX_FLOAT fLeft,fBottom; local
598 IconFit.GetIconPosition(fLeft,fBottom);
600 vp << (FX_INT32)fLeft;
648 FX_FLOAT fLeft,fBottom; local
649 IconFit.GetIconPosition(fLeft,fBottom);
/external/skia/samplecode/
H A DSampleApp.cpp1145 SkScalar left = dest.fLeft + SkIntToScalar(3);
1982 for (; r.fLeft < W; r.offset(SkIntToScalar(32), 0))
2203 r.fLeft, r.fTop,
/external/skia/src/ports/
H A DSkFontHost_mac.cpp888 CGPoint point = CGPointMake(-glyph.fLeft + subX, glyph.fTop + glyph.fHeight - subY);
1117 glyph->fLeft = SkToS16(skIBounds.fLeft);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1282 void GetIconPosition(FX_FLOAT& fLeft, FX_FLOAT& fBottom);
/external/skia/src/gpu/
H A DGrPathUtils.cpp26 mat.setTranslate((i % 2) ? pathBounds.fLeft : pathBounds.fRight,
/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp82 double width = dRect.fRight - dRect.fLeft;
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp693 if (transformedRect.fLeft > SkIntToScalar(0) ||
H A DSkLua.cpp287 setfield_scalar(fL, "left", r.fLeft);
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp1054 int startX = rect.fLeft;
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp814 fWriter.write32(center.fLeft);
/external/sqlite/dist/orig/
H A Dsqlite3.c152968 RtreeDValue fLeft = aDistance[aLeft[iLeft]]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c152998 RtreeDValue fLeft = aDistance[aLeft[iLeft]]; local
[all...]

Completed in 829 milliseconds

12345678910