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

  /external/skia/src/pathops/
SkPathOpsTCurve.h 23 virtual bool controlsInside() const = 0;
SkPathOpsConic.h 25 bool controlsInside() const {
26 return fPts.controlsInside();
152 bool controlsInside() const override { return fConic.controlsInside(); }
SkPathOpsCubic.h 32 bool controlsInside() const {
200 bool controlsInside() const override { return fCubic.controlsInside(); }
SkPathOpsQuad.h 33 bool controlsInside() const {
143 bool controlsInside() const override { return fQuad.controlsInside(); }
SkPathOpsTSect.cpp 185 fIsLine = fPart->controlsInside();
262 if (!fPart->controlsInside()) {
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTCurve.h 23 virtual bool controlsInside() const = 0;
SkPathOpsConic.h 25 bool controlsInside() const {
26 return fPts.controlsInside();
152 bool controlsInside() const override { return fConic.controlsInside(); }
SkPathOpsCubic.h 32 bool controlsInside() const {
200 bool controlsInside() const override { return fCubic.controlsInside(); }
SkPathOpsQuad.h 33 bool controlsInside() const {
143 bool controlsInside() const override { return fQuad.controlsInside(); }
SkPathOpsTSect.cpp 185 fIsLine = fPart->controlsInside();
262 if (!fPart->controlsInside()) {
    [all...]
  /external/skia/tests/
PathOpsCubicReduceOrderTest.cpp 228 bool controlsInside = controls_inside(cubic);
235 if (controlsInside) {
  /external/skqp/tests/
PathOpsCubicReduceOrderTest.cpp 228 bool controlsInside = controls_inside(cubic);
235 if (controlsInside) {

Completed in 3004 milliseconds