OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeviceCM
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp
138
struct
DeviceCM
{
139
DeviceCM
* fNext;
145
DeviceCM
(SkBaseDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas)
155
~
DeviceCM
() {
221
DeviceCM
* fLayer;
228
DeviceCM
* fTopLayer;
295
const
DeviceCM
* rec = fCurrLayer;
326
const
DeviceCM
* fCurrLayer;
498
fMCRec->fLayer = SkNEW_ARGS(
DeviceCM
, (NULL, 0, 0, NULL, NULL));
699
DeviceCM
* layer = fMCRec->fTopLayer
[
all
...]
/external/skia/src/core/
SkCanvas.cpp
138
struct
DeviceCM
{
139
DeviceCM
* fNext;
145
DeviceCM
(SkBaseDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas)
155
~
DeviceCM
() {
221
DeviceCM
* fLayer;
228
DeviceCM
* fTopLayer;
295
const
DeviceCM
* rec = fCurrLayer;
326
const
DeviceCM
* fCurrLayer;
498
fMCRec->fLayer = SkNEW_ARGS(
DeviceCM
, (NULL, 0, 0, NULL, NULL));
699
DeviceCM
* layer = fMCRec->fTopLayer
[
all
...]
Completed in 27 milliseconds