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

  /external/skia/src/pathops/
SkDCubicToQuads.cpp 35 SkDQuad SkDCubic::toQuad() const {
  /external/skqp/src/pathops/
SkDCubicToQuads.cpp 35 SkDQuad SkDCubic::toQuad() const {
  /external/skia/include/core/
SkRSXform.h 61 void toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const;
62 void toQuad(const SkSize& size, SkPoint quad[4]) const {
63 this->toQuad(size.width(), size.height(), quad);
  /external/skqp/include/core/
SkRSXform.h 61 void toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const;
62 void toQuad(const SkSize& size, SkPoint quad[4]) const {
63 this->toQuad(size.width(), size.height(), quad);
  /external/skia/src/core/
SkRect.cpp 31 void SkRect::toQuad(SkPoint quad[4]) const {
SkMatrix.cpp     [all...]
  /external/skqp/src/core/
SkRect.cpp 31 void SkRect::toQuad(SkPoint quad[4]) const {
SkMatrix.cpp     [all...]

Completed in 295 milliseconds