Home
last modified time | relevance | path

Searched refs:fLowerWeight (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkMipmapAccessor.h35 float lowerWeight() const { return fLowerWeight; } in lowerWeight()
40 float fLowerWeight; // lower * weight + upper * (1 - weight) variable
DSkMipmapAccessor.cpp32 fLowerWeight = 0; in SkMipmapAccessor()
90 fLowerWeight = lowerWeight; in SkMipmapAccessor()