Searched refs:fLeft (Results 301 - 325 of 347) sorted by relevance

<<11121314

/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc458 *full_results.getAddr32(x + subset_rect.fLeft, y + subset_rect.fTop),
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitMask_D32.cpp264 int x = clip.fLeft;
H A DSkClipStack.cpp290 // risk missing the left pixels when fLeft is very close to .5
291 fFiniteBound.set(SkIntToScalar(SkScalarFloorToInt(fFiniteBound.fLeft+0.45f)),
H A DSkMatrix.cpp592 tx = dst.fLeft - SkScalarMul(src.fLeft, sx);
1957 isrc.fLeft <<= subpixelBits;
1963 dst.fLeft *= scale;
/external/chromium_org/third_party/skia/src/effects/
H A DSkMorphologyImageFilter.cpp486 SkIRect clearRect = SkIRect::MakeXYWH(rect.fLeft, rect.fBottom,
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp26 mat.setTranslate((i % 2) ? pathBounds.fLeft : pathBounds.fRight,
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp265 config->options.crop_left = region.fLeft;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h87 return fBounds.fLeft == fBounds.fRight;
H A DSkPathOpsCubic.cpp19 double width = dRect.fRight - dRect.fLeft;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp530 xform.eDx = (float)-glyph.fLeft;
867 glyph->fLeft = SkToS16(0);
904 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x);
916 glyph->fLeft -= 2;
H A DSkFontHost_mac.cpp865 CGContextShowGlyphsAtPoint(fCG, -glyph.fLeft + subX,
1070 glyph->fLeft = SkToS16(skIBounds.fLeft);
H A DSkFontHost_win_dw.cpp195 bbox.left = glyph.fLeft;
197 bbox.right = glyph.fLeft + glyph.fWidth;
858 glyph->fLeft = SkToS16(bbox.left);
/external/skia/src/core/
H A DSkBlitMask_D32.cpp264 int x = clip.fLeft;
H A DSkClipStack.cpp290 // risk missing the left pixels when fLeft is very close to .5
291 fFiniteBound.set(SkIntToScalar(SkScalarFloorToInt(fFiniteBound.fLeft+0.45f)),
H A DSkMatrix.cpp592 tx = dst.fLeft - SkScalarMul(src.fLeft, sx);
1957 isrc.fLeft <<= subpixelBits;
1963 dst.fLeft *= scale;
/external/skia/src/effects/
H A DSkMorphologyImageFilter.cpp486 SkIRect clearRect = SkIRect::MakeXYWH(rect.fLeft, rect.fBottom,
/external/skia/src/gpu/
H A DGrPathUtils.cpp26 mat.setTranslate((i % 2) ? pathBounds.fLeft : pathBounds.fRight,
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp275 config->options.crop_left = region.fLeft;
/external/skia/src/pathops/
H A DSkOpSegment.h87 return fBounds.fLeft == fBounds.fRight;
H A DSkPathOpsCubic.cpp19 double width = dRect.fRight - dRect.fLeft;
/external/skia/src/ports/
H A DSkFontHost_win.cpp530 xform.eDx = (float)-glyph.fLeft;
867 glyph->fLeft = SkToS16(0);
904 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x);
916 glyph->fLeft -= 2;
/external/skia/tests/
H A DRoundRectTest.cpp150 REPORTER_ASSERT(reporter, 0 == r.fLeft && 0 == r.fTop && 0 == r.fRight && 0 == r.fBottom);
/external/chromium_org/third_party/icu/source/io/
H A Duprntf_p.c1303 info->fLeft = TRUE;
1480 info->fLeft = TRUE;
/external/icu4c/io/
H A Duprntf_p.c1303 info->fLeft = TRUE;
1480 info->fLeft = TRUE;
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp1007 if (srcIR.fLeft > 0) {
1008 dx = SkIntToScalar(srcIR.fLeft);
1462 rect->appendScalar(translatedRect.fLeft);

Completed in 1534 milliseconds

<<11121314