OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAA
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkRasterClip.h
22
bool
isAA
() const { return !fIsBW; }
/external/skia/src/core/
SkRasterClip.h
22
bool
isAA
() const { return !fIsBW; }
/external/chromium_org/third_party/skia/include/core/
SkClipStack.h
99
bool
isAA
() const { return fDoAA; }
/external/skia/include/core/
SkClipStack.h
99
bool
isAA
() const { return fDoAA; }
/frameworks/base/libs/hwui/
Program.h
137
bool
isAA
; // drawing with a per-vertex alpha
176
isAA
= false;
264
if (
isAA
) key |= programid(0x1) << PROGRAM_HAS_AA_SHIFT;
PathTessellator.cpp
97
style(paint->getStyle()), cap(paint->getStrokeCap()),
isAA
(paint->isAntiAlias()),
112
if (
isAA
&& halfStrokeWidth != 0 && inverseScaleX == inverseScaleY &&
121
bool
isAA
;
751
if (!paintInfo.
isAA
) {
768
if (!paintInfo.
isAA
) {
[
all
...]
OpenGLRenderer.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp
[
all
...]
SkFontHost_win_dw.cpp
[
all
...]
/external/skia/src/ports/
SkFontHost_win.cpp
[
all
...]
SkFontHost_win_dw.cpp
[
all
...]
Completed in 74 milliseconds