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

  /external/chromium_org/third_party/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 36 const int16_t kDontCareAdvance = SK_MinS16 + 1;
55 if (range->fAdvance[i] != kDontCareAdvance &&
97 if (range->fAdvance[i] == kDontCareAdvance) {
180 advance = kDontCareAdvance;
186 } else if (advance == kDontCareAdvance) {
241 if (advance != kDontCareAdvance) {
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 36 const int16_t kDontCareAdvance = SK_MinS16 + 1;
55 if (range->fAdvance[i] != kDontCareAdvance &&
97 if (range->fAdvance[i] == kDontCareAdvance) {
180 advance = kDontCareAdvance;
186 } else if (advance == kDontCareAdvance) {
241 if (advance != kDontCareAdvance) {

Completed in 61 milliseconds