OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLine
(Results
1 - 4
of
4
) sorted by null
/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/chromium_org/third_party/skia/src/core/
SkPath.cpp
325
bool SkPath::
isLine
(SkPoint line[2]) const {
[
all
...]
/external/skia/src/core/
SkPath.cpp
325
bool SkPath::
isLine
(SkPoint line[2]) const {
[
all
...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java
[
all
...]
Completed in 170 milliseconds