Searched defs:kUnitQuad (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | GrGpuBufferTest.cpp | 243 static constexpr SkPoint kUnitQuad[] {{0, 0}, {0, 1}, {1, 0}, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 380 static constexpr SkPoint kUnitQuad[] {{0, 0}, {0, 1}, {1, 0}, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | DrawAtlasPathOp.cpp | 239 constexpr static SkPoint kUnitQuad[4] = {{0,0}, {0,1}, {1,0}, {1,1}}; in onPrepare() local
|
H A D | PathStencilCoverOp.cpp | 341 constexpr static SkPoint kUnitQuad[4] = {{0,0}, {0,1}, {1,0}, {1,1}}; in onPrepare() local
|