Home
last modified time | relevance | path

Searched refs:skIBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/ports/
DSkFontHost_mac.cpp1055 SkIRect skIBounds; in generateMetrics() local
1056 skBounds.roundOut(&skIBounds); in generateMetrics()
1061 skIBounds.outset(1, 1); in generateMetrics()
1062 glyph->fLeft = SkToS16(skIBounds.fLeft); in generateMetrics()
1063 glyph->fTop = SkToS16(skIBounds.fTop); in generateMetrics()
1064 glyph->fWidth = SkToU16(skIBounds.width()); in generateMetrics()
1065 glyph->fHeight = SkToU16(skIBounds.height()); in generateMetrics()
/external/chromium_org/third_party/skia/src/ports/
DSkFontHost_mac.cpp1055 SkIRect skIBounds; in generateMetrics() local
1056 skBounds.roundOut(&skIBounds); in generateMetrics()
1061 skIBounds.outset(1, 1); in generateMetrics()
1062 glyph->fLeft = SkToS16(skIBounds.fLeft); in generateMetrics()
1063 glyph->fTop = SkToS16(skIBounds.fTop); in generateMetrics()
1064 glyph->fWidth = SkToU16(skIBounds.width()); in generateMetrics()
1065 glyph->fHeight = SkToU16(skIBounds.height()); in generateMetrics()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp371 SkIRect skIBounds; in getTransformedClipBounds() local
372 if (!m_canvas->getClipDeviceBounds(&skIBounds)) in getTransformedClipBounds()
374 SkRect skBounds = SkRect::MakeFromIRect(skIBounds); in getTransformedClipBounds()