OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLine
(Results
1 - 13
of
13
) sorted by null
/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
112
if (!srcPath.
isLine
(pts)) {
167
if (rec->isHairlineStyle() || !src.
isLine
(fPts)) {
373
if (!src.
isLine
(pts)) {
/external/skia/src/effects/
SkDashPathEffect.cpp
112
if (!srcPath.
isLine
(pts)) {
167
if (rec->isHairlineStyle() || !src.
isLine
(fPts)) {
373
if (!src.
isLine
(pts)) {
/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
399
else if (
isLine
())
461
if (X->
isLine
() && Y->
isLine
()) {
543
// if (X->
isLine
() && Y->isPoint()) This case can't occur.
544
assert(!(X->
isLine
() && Y->isPoint()) && "This case should never occur");
546
if (X->isPoint() && Y->
isLine
()) {
[
all
...]
/external/skia/tests/
PathTest.cpp
[
all
...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java
[
all
...]
Completed in 334 milliseconds