Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrQuad.h54 explicit GrQuad(const SkRect& rect) in GrQuad() function
154 GrQuad(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, Type type) in GrQuad() function
161 GrQuad(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, in GrQuad() function
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DTextureOp.h21 class GrQuad; variable