HomeSort by relevance Sort by last modified time
    Searched refs:setXRectFan (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrGpuVertex.h 80 void setXRectFan(GrFixed l, GrFixed t, GrFixed r, GrFixed b) {
85 void setXRectFan(GrFixed l, GrFixed t, GrFixed r, GrFixed b, size_t stride) {
GrTextContext.cpp 301 fVertices[2*fCurrVertex].setXRectFan(vx, vy, vx + width, vy + height,
303 fVertices[2*fCurrVertex+1].setXRectFan(texture->normalizeFixedX(tx),

Completed in 1664 milliseconds