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

  /external/skia/legacy/src/core/
SkScalerContext.cpp 165 SkScalerContext* SkScalerContext::getContextFromChar(SkUnichar uni, unsigned& glyphID) {
202 SkScalerContext* ctx = getContextFromChar(uni, glyphID);
218 SkScalerContext* ctx = getContextFromChar(uni, glyphID);
234 SkScalerContext* ctx = getContextFromChar(uni, glyphID);
  /external/skia/src/core/
SkScalerContext.cpp 168 SkScalerContext* SkScalerContext::getContextFromChar(SkUnichar uni, unsigned& glyphID) {
205 SkScalerContext* ctx = getContextFromChar(uni, glyphID);
221 SkScalerContext* ctx = getContextFromChar(uni, glyphID);
237 SkScalerContext* ctx = getContextFromChar(uni, glyphID);

Completed in 32 milliseconds