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

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 277 bool fgColorIsWhite, CGGlyph glyphID, size_t* rowBytesPtr);
590 void getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const;
700 bool fgColorIsWhite, CGGlyph glyphID, size_t* rowBytesPtr) {
804 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const {
928 { CGGlyph cgGlyph;
934 SkASSERT(sizeof(CGGlyph) <= sizeof(uint16_t));
940 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1))
941 cgGlyph = 0;
943 return(cgGlyph);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 326 CGGlyph glyphID, size_t* rowBytesPtr,
620 void getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const;
715 CGGlyph glyphID, size_t* rowBytesPtr,
812 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const {
900 CGGlyph cgGlyph;
905 SkASSERT(sizeof(CGGlyph) <= sizeof(uint16_t));
910 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1)) {
911 cgGlyph = 0;
914 return cgGlyph;
    [all...]

Completed in 40 milliseconds