OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFilled
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/effects/
GrBezierEffect.h
100
inline bool
isFilled
() const { return GrBezierEdgeTypeIsFill(fEdgeType); }
164
inline bool
isFilled
() const { return GrBezierEdgeTypeIsFill(fEdgeType); }
230
inline bool
isFilled
() const { return GrBezierEdgeTypeIsFill(fEdgeType); }
GrBezierEffect.cpp
119
return ce.isAntiAliased() ? (ce.
isFilled
() ? 0x0 : 0x1) : 0x2;
250
return ce.isAntiAliased() ? (ce.
isFilled
() ? 0x0 : 0x1) : 0x2;
391
return ce.isAntiAliased() ? (ce.
isFilled
() ? 0x0 : 0x1) : 0x2;
/external/skia/src/gpu/effects/
GrBezierEffect.h
100
inline bool
isFilled
() const { return GrBezierEdgeTypeIsFill(fEdgeType); }
164
inline bool
isFilled
() const { return GrBezierEdgeTypeIsFill(fEdgeType); }
230
inline bool
isFilled
() const { return GrBezierEdgeTypeIsFill(fEdgeType); }
GrBezierEffect.cpp
119
return ce.isAntiAliased() ? (ce.
isFilled
() ? 0x0 : 0x1) : 0x2;
250
return ce.isAntiAliased() ? (ce.
isFilled
() ? 0x0 : 0x1) : 0x2;
391
return ce.isAntiAliased() ? (ce.
isFilled
() ? 0x0 : 0x1) : 0x2;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java
239
isFilled
(first, ATTR_LAYOUT_WIDTH), actionCallback, ICON_FILL_WIDTH, 10, false));
241
isFilled
(first, ATTR_LAYOUT_HEIGHT), actionCallback, ICON_FILL_HEIGHT, 20, false));
[
all
...]
BaseViewRule.java
[
all
...]
Completed in 184 milliseconds