OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldDraw
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/utils/
SkPaintFilterCanvas.cpp
25
bool
shouldDraw
() const { return fShouldDraw; }
48
if (apf.
shouldDraw
()) {
56
if (apf.
shouldDraw
()) {
63
if (apf.
shouldDraw
()) {
70
if (apf.
shouldDraw
()) {
78
if (apf.
shouldDraw
()) {
85
if (apf.
shouldDraw
()) {
92
if (apf.
shouldDraw
()) {
100
if (apf.
shouldDraw
()) {
108
if (apf.
shouldDraw
()) {
[
all
...]
/external/skia/tests/
EmptyPathTest.cpp
15
const SkPaint& paint, bool
shouldDraw
) {
38
// success means we drew everywhere or nowhere (depending on
shouldDraw
)
39
bool success =
shouldDraw
? (~0U == andValue) : (0 == orValue);
43
if (
shouldDraw
) {
62
static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool
shouldDraw
,
95
drawAndTest(reporter, path, paint,
shouldDraw
);
97
drawAndTest(reporter, path, paint,
shouldDraw
);
147
bool
shouldDraw
= path.isInverseFillType();
148
iter_paint(reporter, path,
shouldDraw
, allowCaps ? kDrawCaps : kDontDrawCaps);
Completed in 148 milliseconds