OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:islinear
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLinearGradientElement.cpp
124
bool
isLinear
= true;
149
if (
isLinear
) {
178
isLinear
= current->hasTagName(SVGNames::linearGradientTag);
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h
54
bool
isLinear
(int startIndex, int endIndex) const;
SkPathOpsQuad.h
41
bool
isLinear
(int startIndex, int endIndex) const;
SkReduceOrder.cpp
48
if (!quad.
isLinear
(startIndex, endIndex)) {
168
if (!cubic.
isLinear
(startIndex, endIndex)) {
SkPathOpsQuad.cpp
137
bool SkDQuad::
isLinear
(int startIndex, int endIndex) const {
SkPathOpsCubic.cpp
78
bool SkDCubic::
isLinear
(int startIndex, int endIndex) const {
/external/skia/src/pathops/
SkPathOpsCubic.h
54
bool
isLinear
(int startIndex, int endIndex) const;
SkPathOpsQuad.h
41
bool
isLinear
(int startIndex, int endIndex) const;
SkReduceOrder.cpp
48
if (!quad.
isLinear
(startIndex, endIndex)) {
168
if (!cubic.
isLinear
(startIndex, endIndex)) {
SkPathOpsQuad.cpp
137
bool SkDQuad::
isLinear
(int startIndex, int endIndex) const {
SkPathOpsCubic.cpp
78
bool SkDCubic::
isLinear
(int startIndex, int endIndex) const {
/external/chromium_org/third_party/qcms/src/
chain.c
[
all
...]
/frameworks/av/services/audioflinger/
Threads.cpp
[
all
...]
Completed in 238 milliseconds