OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ZOOM
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/gm/
fatpathfill.cpp
13
#define
ZOOM
32
29
canvas->drawCircle(x + 0.5f, y + 0.5f, 1.5f /
ZOOM
, paint);
68
return SkISize::Make(SMALL_W *
ZOOM
, SMALL_H *
ZOOM
* REPEAT_LOOP);
74
canvas->scale(
ZOOM
,
ZOOM
);
/external/chromium_org/cc/output/
filter_operation.h
41
ZOOM
,
86
DCHECK_EQ(type_,
ZOOM
);
142
return FilterOperation(
ZOOM
, amount, inset);
207
DCHECK_EQ(type_,
ZOOM
);
Completed in 172 milliseconds