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/chromium_org/third_party/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
) {
57
static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool
shouldDraw
) {
84
drawAndTest(reporter, path, paint,
shouldDraw
);
86
drawAndTest(reporter, path, paint,
shouldDraw
);
132
bool
shouldDraw
= path.isInverseFillType();
133
iter_paint(reporter, path,
shouldDraw
);
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeRead.cpp
95
bool
shouldDraw
() {
359
if (state->
shouldDraw
()) {
369
if (state->
shouldDraw
()) {
377
if (state->
shouldDraw
()) {
385
if (state->
shouldDraw
()) {
394
if (state->
shouldDraw
()) {
404
if (state->
shouldDraw
()) {
432
if (state->
shouldDraw
()) {
441
if (state->
shouldDraw
()) {
476
if (state->
shouldDraw
()) {
[
all
...]
Completed in 570 milliseconds