Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVerticesPriv.h26 bool hasTexCoords() const { return SkToBool(fVertices->fTexs); } in hasTexCoords() function
/third_party/flutter/skia/include/core/
DSkVertices.h242 bool hasTexCoords() const { return SkToBool(this->texCoords()); } in hasTexCoords() function
/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp639 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params()
672 bool hasTexCoords = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp661 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params()
697 bool hasTexCoords = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local