Home
last modified time | relevance | path

Searched defs:NormalizationParams (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
DTextureOp.cpp103 struct NormalizationParams { struct
104 float fIW; // 1 / width of texture, or 1.0 for texture rectangles
105 float fInvH; // 1 / height of texture, or 1.0 for tex rects, X -1 if bottom-left origin
106 float fYOffset; // 0 for top-left origin, height of [normalized] tex if bottom-left