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

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 293 static int RoundSize(int dimension) {
727 fSize.fWidth = RoundSize(glyph.fWidth);
730 fSize.fHeight = RoundSize(glyph.fHeight);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 342 static int RoundSize(int dimension) {
742 fSize.fWidth = RoundSize(glyph.fWidth);
745 fSize.fHeight = RoundSize(glyph.fHeight);
    [all...]

Completed in 769 milliseconds