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 135 // we init fMaxMinScale and fMinMaxScale in the constructor
137 fMinMaxScale = SkMinScalar(scaledMin, fMinMaxScale);
285 , fMinMaxScale(SK_ScalarMax)
551 SkScalar fMinMaxScale;
GrAtlasTextBlob.cpp 237 // A scale outside of [blob.fMaxMinScale, blob.fMinMaxScale] would result in a different
242 if (scaleAdjust < fMaxMinScale || scaleAdjust > fMinMaxScale) {
493 SkASSERT_RELEASE(l.fMinMaxScale == r.fMinMaxScale);

Completed in 46 milliseconds