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

  /external/skia/src/gpu/
GrAtlasTextContext.h 212 SkScalar fMinMaxScale;
218 , fMinMaxScale(SK_ScalarMax)
GrAtlasTextContext.cpp 319 // A scale outside of [blob.fMaxMinScale, blob.fMinMaxScale] would result in a different
324 if (scaleAdjust < blob.fMaxMinScale || scaleAdjust > blob.fMinMaxScale) {
640 blob->fMinMaxScale = SkMinScalar(dfMaskScaleCeil / scaledTextSize, blob->fMinMaxScale);
    [all...]

Completed in 28 milliseconds