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

  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 211 SkScalerContext* SkScalerContext::getContextFromChar(SkUnichar uni,
232 SkScalerContext* ctx = this->getContextFromChar(uni, NULL);
247 SkScalerContext* ctx = this->getContextFromChar(uni, NULL);
263 SkScalerContext* ctx = this->getContextFromChar(uni, &tempID);
    [all...]
SkScalerContext.h 293 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
  /external/skia/src/core/
SkScalerContext.cpp 211 SkScalerContext* SkScalerContext::getContextFromChar(SkUnichar uni,
232 SkScalerContext* ctx = this->getContextFromChar(uni, NULL);
247 SkScalerContext* ctx = this->getContextFromChar(uni, NULL);
263 SkScalerContext* ctx = this->getContextFromChar(uni, &tempID);
    [all...]
SkScalerContext.h 293 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);

Completed in 3487 milliseconds