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

1234567891011>>

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble.cc79 src_rect.fLeft < spinner_image->width();
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_view.cc175 rc.fLeft = 0;
/external/chromium_org/skia/ext/
H A Dvector_canvas_unittest.cc825 rect.fLeft = 2;
857 rect.fLeft = 2;
879 rect.fLeft = 2;
903 rect.fLeft = 2;
H A Dvector_platform_device_emf_win.cc128 rect.fLeft = 0;
204 if (!Rectangle(dc, SkScalarRound(rect.fLeft),
308 if (srcIR.fLeft > 0) {
309 dx = SkIntToScalar(srcIR.fLeft);
/external/chromium_org/third_party/icu/source/io/
H A Dsprintf.c76 if(info->fLeft) {
/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.cpp219 SK_MEMBER_ALIAS(left, fRect.fLeft, Float),
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapScaler.cpp90 this->computeFilters(srcFullWidth, destSubset.fLeft, destSubset.width(),
H A DSkEdgeBuilder.cpp76 dst->set(SkIntToScalar(src.fLeft >> shift),
H A DSkRasterClip.cpp158 if (nearly_integral(r.fLeft) && nearly_integral(r.fTop) &&
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp512 dst->fBounds.set(src.fBounds.fLeft - padx, src.fBounds.fTop - pady,
724 dst->fBounds.set(SkScalarRoundToInt(src.fLeft - pad),
738 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
814 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
H A DSkLayerRasterizer.cpp121 translatedMatrix.postTranslate(-SkIntToScalar(mask->fBounds.fLeft),
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrFontScaler.cpp108 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
/external/chromium_org/third_party/skia/src/ports/
H A DSkHarfBuzzFont.cpp123 metrics->x = SkScalarToHarfbuzzFixed(bounds.fLeft);
/external/chromium_org/third_party/skia/src/views/
H A DSkTextBox.cpp193 x += fBox.fLeft;
/external/chromium_org/ui/gfx/
H A Dblit.cc42 if (clip_bounds.fLeft != 0 || clip_bounds.fTop != 0 ||
/external/icu4c/io/
H A Dsprintf.c76 if(info->fLeft) {
/external/skia/bench/
H A DRegionBench.cpp63 for (int x = r.fLeft; x < r.fRight; x += dx) {
/external/skia/gm/
H A Dimagefilterscropped.cpp91 SkPoint loc = { r.fLeft, r.fTop };
H A Dpoly2poly.cpp80 r.fLeft, r.fTop, r.fRight, r.fBottom);
H A Dsimpleaaclip.cpp34 SK_Scalar1 * mask.fBounds.fLeft,
H A Dxfermodes.cpp153 draw_mode(canvas, mode, twice ? 0x88 : 0xFF, r.fLeft, r.fTop);
/external/skia/src/animator/
H A DSkPathParts.cpp219 SK_MEMBER_ALIAS(left, fRect.fLeft, Float),
/external/skia/src/core/
H A DSkBitmapScaler.cpp90 this->computeFilters(srcFullWidth, destSubset.fLeft, destSubset.width(),
H A DSkEdgeBuilder.cpp76 dst->set(SkIntToScalar(src.fLeft >> shift),
H A DSkRasterClip.cpp158 if (nearly_integral(r.fLeft) && nearly_integral(r.fTop) &&

Completed in 358 milliseconds

1234567891011>>