Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGeometryProcessor.h97 bool hasExplicitLocalCoords() const override { return fHasLocalCoords; } in hasExplicitLocalCoords() function
DGrRectBatch.cpp27 static const GrGeometryProcessor* create_rect_gp(bool hasExplicitLocalCoords, in create_rect_gp()
88 bool hasExplicitLocalCoords = this->hasLocalRect(); in generateGeometry() local
DGrPathProcessor.h92 bool hasExplicitLocalCoords() const override { return false; } in hasExplicitLocalCoords() function