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

  /external/skia/src/gpu/ops/
GrAAStrokeRectOp.cpp 47 SkScalar strokeWidth, bool miterStroke) {
91 if (!miterStroke) {
217 static sk_sp<const GrBuffer> GetIndexBuffer(GrResourceProvider*, bool miterStroke);
220 bool miterStroke() const { return fMiterStroke; }
233 bool miterStroke,
271 int outerVertexNum = this->miterStroke() ? 4 : 8;
273 int indicesPerInstance = this->miterStroke() ? kMiterIndexCnt : kBevelIndexCnt;
276 sk_sp<const GrBuffer> indexBuffer = GetIndexBuffer(target->resourceProvider(), this->miterStroke());
305 bool miterStroke) {
306 if (miterStroke) {
    [all...]
  /external/skqp/src/gpu/ops/
GrAAStrokeRectOp.cpp 47 SkScalar strokeWidth, bool miterStroke) {
91 if (!miterStroke) {
217 static sk_sp<const GrBuffer> GetIndexBuffer(GrResourceProvider*, bool miterStroke);
220 bool miterStroke() const { return fMiterStroke; }
233 bool miterStroke,
271 int outerVertexNum = this->miterStroke() ? 4 : 8;
273 int indicesPerInstance = this->miterStroke() ? kMiterIndexCnt : kBevelIndexCnt;
276 sk_sp<const GrBuffer> indexBuffer = GetIndexBuffer(target->resourceProvider(), this->miterStroke());
305 bool miterStroke) {
306 if (miterStroke) {
    [all...]

Completed in 106 milliseconds