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
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h
36
AdjustableArrowCap(REAL height, REAL width, BOOL
isFilled
):
41
height, width,
isFilled
,
91
BOOL
IsFilled
() const
99
Status SetFillState(BOOL
isFilled
)
103
isFilled
));
/external/skia/src/gpu/effects/
GrBezierEffect.h
97
inline bool
isFilled
() const { return GrProcessorEdgeTypeIsFill(fEdgeType); }
177
inline bool
isFilled
() const { return GrProcessorEdgeTypeIsFill(fEdgeType); }
252
inline bool
isFilled
() const { return GrProcessorEdgeTypeIsFill(fEdgeType); }
GrBezierEffect.cpp
234
uint32_t key = ce.isAntiAliased() ? (ce.
isFilled
() ? 0x0 : 0x1) : 0x2;
450
uint32_t key = ce.isAntiAliased() ? (ce.
isFilled
() ? 0x0 : 0x1) : 0x2;
685
uint32_t key = ce.isAntiAliased() ? (ce.
isFilled
() ? 0x0 : 0x1) : 0x2;
[
all
...]
/external/opencv3/modules/core/src/
alloc.cpp
248
bool
isFilled
() const { return allocated > almostEmptyThreshold; }
626
bool prevFilled = block->
isFilled
();
628
if( !block->
isFilled
() && (block->allocated == 0 || prevFilled) )
/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 912 milliseconds