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

  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 141 // we init fMaxMinScale and fMinMaxScale in the constructor
143 fMinMaxScale = SkMinScalar(scaledMin, fMinMaxScale);
282 , fMinMaxScale(SK_ScalarMax)
552 SkScalar fMinMaxScale;
GrAtlasTextBlob.cpp 243 // A scale outside of [blob.fMaxMinScale, blob.fMinMaxScale] would result in a different
248 if (scaleAdjust < fMaxMinScale || scaleAdjust > fMinMaxScale) {
462 SkASSERT_RELEASE(l.fMinMaxScale == r.fMinMaxScale);

Completed in 186 milliseconds