HomeSort by relevance Sort by last modified time
    Searched defs:setRectFan (Results 1 - 4 of 4) sorted by null

  /external/skia/gpu/include/
GrGpuVertex.h 63 void setRectFan(GrTextScalar l, GrTextScalar t, GrTextScalar r,
73 this->setRectFan(GrIntToTextScalar(l), GrIntToTextScalar(t),
88 this->setRectFan(GrFixedToTextScalar(l), GrFixedToTextScalar(t),
  /external/skia/gpu/src/
GrTextContext.cpp 154 static inline void setRectFan(GrGpuTextVertex v[4], int l, int t, int r, int b,
281 setRectFan(&fVertices[2*fCurrVertex], x, y, x + w, y + h, 2);
282 setRectFan(&fVertices[2*fCurrVertex+1],
  /external/skia/include/core/
SkPoint.h 190 void setRectFan(SkScalar l, SkScalar t, SkScalar r, SkScalar b) {
197 void setRectFan(SkScalar l, SkScalar t, SkScalar r, SkScalar b, size_t stride);
  /external/skia/src/core/
SkPoint.cpp 52 void SkPoint::setRectFan(SkScalar l, SkScalar t, SkScalar r, SkScalar b,

Completed in 147 milliseconds