Searched refs:RoundSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp343 static int RoundSize(int dimension) { function in class:Offscreen
793 fSize.fWidth = RoundSize(glyph.fWidth);
796 fSize.fHeight = RoundSize(glyph.fHeight);
/external/skia/src/ports/
H A DSkFontHost_mac.cpp347 static int RoundSize(int dimension) { function in class:Offscreen
793 fSize.fWidth = RoundSize(glyph.fWidth);
796 fSize.fHeight = RoundSize(glyph.fHeight);

Completed in 84 milliseconds