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

  /external/skia/src/core/
SkGlyph.h 65 bool isJustAdvance() const {
SkGlyphCache.cpp 166 if (rec->fGlyph->isJustAdvance()) {
189 if (rec->fGlyph->isJustAdvance()) {
209 if (glyph->isJustAdvance()) {
230 if (glyph->isJustAdvance()) {
259 if (kFull_MetricsType == mtype && glyph->isJustAdvance()) {
  /external/skia/legacy/src/core/
SkGlyphCache.cpp 164 if (rec->fGlyph->isJustAdvance()) {
187 if (rec->fGlyph->isJustAdvance()) {
207 if (glyph->isJustAdvance()) {
228 if (glyph->isJustAdvance()) {
257 if (kFull_MetricsType == mtype && glyph->isJustAdvance()) {
  /external/skia/legacy/include/core/
SkScalerContext.h 79 bool isJustAdvance() const {

Completed in 713 milliseconds