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

  /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/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...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp     [all...]

Completed in 62 milliseconds