HomeSort by relevance Sort by last modified time
    Searched refs:skBounds (Results 1 - 8 of 8) sorted by null

  /frameworks/minikin/sample/
MinikinSkia.cpp 52 SkRect skBounds;
54 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds);
55 bounds->mLeft = skBounds.fLeft;
56 bounds->mTop = skBounds.fTop;
57 bounds->mRight = skBounds.fRight;
58 bounds->mBottom = skBounds.fBottom;
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.cpp 61 SkRect skBounds;
64 paint->getTextWidths(&glyph, sizeof(glyph), &skWidth, &skBounds);
72 extents->x_bearing = SkScalarToHBFixed(skBounds.fLeft);
73 extents->y_bearing = SkScalarToHBFixed(-skBounds.fTop);
74 extents->width = SkScalarToHBFixed(skBounds.width());
75 extents->height = SkScalarToHBFixed(-skBounds.height());
MinikinSkia.cpp 72 SkRect skBounds;
74 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds);
75 bounds->mLeft = skBounds.fLeft;
76 bounds->mTop = skBounds.fTop;
77 bounds->mRight = skBounds.fRight;
78 bounds->mBottom = skBounds.fBottom;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFaceSkia.cpp 72 SkRect skBounds;
75 paint->getTextWidths(&glyph, sizeof(glyph), &skWidth, &skBounds);
80 extents->x_bearing = SkiaScalarToHarfBuzzPosition(skBounds.fLeft);
81 extents->y_bearing = SkiaScalarToHarfBuzzPosition(-skBounds.fTop);
82 extents->width = SkiaScalarToHarfBuzzPosition(skBounds.width());
83 extents->height = SkiaScalarToHarfBuzzPosition(-skBounds.height());
FontHarfBuzz.cpp 309 SkRect skBounds = bounds;
338 const SkTextBlobBuilder::RunBuffer& buffer = builder.allocRunPosH(paint, count, 0, &skBounds);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 346 SkRect skBounds = SkRect::Make(skIBounds);
347 *bounds = FloatRect(skBounds);
465 SkRect skBounds = WebCoreFloatRectToSKRect(*bounds);
466 saveLayer(&skBounds, &layerPaint);
    [all...]

Completed in 4516 milliseconds