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

  /external/chromium_org/third_party/skia/src/utils/
SkDashPath.cpp 100 if (!srcPath.isLine(pts)) {
155 if (rec->isHairlineStyle() || !src.isLine(fPts)) {
  /external/skia/src/utils/
SkDashPath.cpp 100 if (!srcPath.isLine(pts)) {
155 if (rec->isHairlineStyle() || !src.isLine(fPts)) {
  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 81 void close(bool isLine) { this->finishContour(true, isLine); }
83 void done(SkPath* dst, bool isLine) {
84 this->finishContour(false, isLine);
105 void finishContour(bool close, bool isLine);
107 bool isLine);
SkPath.cpp 325 bool SkPath::isLine(SkPoint line[2]) const {
    [all...]
  /external/skia/src/core/
SkStroke.cpp 81 void close(bool isLine) { this->finishContour(true, isLine); }
83 void done(SkPath* dst, bool isLine) {
84 this->finishContour(false, isLine);
105 void finishContour(bool close, bool isLine);
107 bool isLine);
SkPath.cpp 325 bool SkPath::isLine(SkPoint line[2]) const {
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 69 if (!src.isLine(pts)) {
  /external/skia/src/effects/
SkDashPathEffect.cpp 69 if (!src.isLine(pts)) {
  /external/chromium_org/third_party/skia/bench/
DashBench.cpp 111 if (!path.isLine(pts) || pts[0].fY != pts[1].fY) {
  /external/chromium_org/third_party/skia/include/core/
SkPath.h 222 bool isLine(SkPoint line[2]) const;
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 402 /// isLine - Return true if the constraint is of kind Line.
405 bool isLine() const { return Kind == Line || Kind == Distance; }
    [all...]
  /external/skia/bench/
DashBench.cpp 111 if (!path.isLine(pts) || pts[0].fY != pts[1].fY) {
  /external/skia/include/core/
SkPath.h 222 bool isLine(SkPoint line[2]) const;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 404 else if (isLine())
466 if (X->isLine() && Y->isLine()) {
548 // if (X->isLine() && Y->isPoint()) This case can't occur.
549 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur");
551 if (X->isPoint() && Y->isLine()) {
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp     [all...]
  /external/skia/tests/
PathTest.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp     [all...]
  /external/skia/src/gpu/
GrContext.cpp     [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp     [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp     [all...]

Completed in 559 milliseconds