HomeSort by relevance Sort by last modified time
    Searched refs:fLeft (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /external/skia/src/gpu/
SkGrFontScaler.cpp 108 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
GrTextContext.cpp 187 vx += GrIntToFixed(glyph->fBounds.fLeft);
230 translate.set(GrFixedToScalar(vx - GrIntToFixed(glyph->fBounds.fLeft)),
  /external/skia/src/images/
SkFlipPixelRef.cpp 90 const size_t offset = rect.fTop * dst.rowBytes() + (rect.fLeft << shift);
  /external/skia/samplecode/
SampleRegion.cpp 63 dst->fLeft = (int)::roundf(src.fLeft * scale);
SampleTextOnPath.cpp 80 SkScalarToFloat(r.fLeft),
84 SkScalarToFloat(bounds.fLeft),
SampleGradients.cpp 15 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } };
SampleLayers.cpp 49 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom,
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 95 destRect.fLeft = devices[i].x;
97 destRect.fRight = destRect.fLeft + srcBmp.width();
  /frameworks/base/core/jni/android/graphics/
Region.cpp 130 dst->fLeft = (int)::roundf(src.fLeft * scale);
  /external/skia/src/core/
SkDraw.cpp 245 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
402 r.fLeft = x - radius;
419 r.fLeft = x - radius;
624 r.fLeft = pts[i].fX - radius;
626 r.fRight = r.fLeft + width;
746 matrix.mapXY(rect.fLeft, rect.fTop, rect_points(devRect, 0));
    [all...]
SkBlitter_RGB16.cpp 210 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
211 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
380 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
381 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
640 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
641 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
    [all...]
SkBlitter_A8.cpp 138 int x = clip.fLeft;
326 int x = clip.fLeft;
SkBlitter_ARGB32.cpp 26 int x = clip.fLeft;
398 const int x = clip.fLeft;
SkSpriteBlitter_RGB16.cpp 59 const uint16_t* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
286 const SkPMColor* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
SkPaint.cpp 851 bounds->set(SkIntToScalar(g.fLeft),
853 SkIntToScalar(g.fLeft + g.fWidth),
874 bounds->join(SkIntToScalar(g.fLeft) + sx,
876 SkIntToScalar(g.fLeft + g.fWidth) + sx,
882 bounds->join(SkIntToScalar(g.fLeft),
884 SkIntToScalar(g.fLeft + g.fWidth),
1002 bounds->fLeft = SkScalarMul(bounds->fLeft, scale);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 214 glyph->fLeft = 0;
252 glyph->fLeft = sk_float_round2int(screenMetrics.topLeft.x) - 1;
279 CGContextShowGlyphsAtPoint(contextRef, -glyph.fLeft,
  /external/skia/src/utils/
SkDumpCanvas.cpp 24 SkScalarToFloat(r.fLeft), SkScalarToFloat(r.fTop),
29 str->printf("[%d,%d %d:%d]", r.fLeft, r.fTop, r.width(), r.height());
302 if (src && (src->fLeft > 0 || src->fTop > 0 ||
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 150 stream->writeScalar(rect.fLeft);
159 rect.fLeft = stream->readScalar();
342 stream->writeScalar(scrollableLayer->m_scrollLimits.fLeft);
  /external/skia/tests/
WritePixelsTest.cpp 409 canvas.writePixels(bmp, rect.fLeft, rect.fTop, config8888);
410 REPORTER_ASSERT(reporter, checkWrite(reporter, &canvas, bmp, rect.fLeft, rect.fTop, config8888));
  /external/chromium/chrome/browser/speech/
speech_input_bubble.cc 79 src_rect.fLeft < spinner_image->width();
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 175 rc.fLeft = 0;
  /external/icu4c/io/
sprintf.c 76 if(info->fLeft) {
  /external/skia/android_sample/SampleApp/jni/
sample-jni.cpp 74 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
  /external/skia/gm/
xfermodes.cpp 151 draw_mode(canvas, mode, twice ? 0x88 : 0xFF, r.fLeft, r.fTop);
  /external/skia/include/core/
SkScalerContext.h 39 int16_t fTop, fLeft;

Completed in 875 milliseconds

1 2 3 45 6 7 8