OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GraphicStateEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp
193
// It is important to not confuse
GraphicStateEntry
with SkPDFGraphicState, the
195
struct
GraphicStateEntry
{
196
GraphicStateEntry
();
199
bool compareInitialState(const
GraphicStateEntry
& b);
225
GraphicStateEntry
::
GraphicStateEntry
() : fColor(SK_ColorBLACK),
235
bool
GraphicStateEntry
::compareInitialState(const
GraphicStateEntry
& b) {
260
void updateDrawingState(const
GraphicStateEntry
& state);
267
GraphicStateEntry
* currentEntry() { return &fEntries[fStackDepth];
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
193
// It is important to not confuse
GraphicStateEntry
with SkPDFGraphicState, the
195
struct
GraphicStateEntry
{
196
GraphicStateEntry
();
199
bool compareInitialState(const
GraphicStateEntry
& b);
225
GraphicStateEntry
::
GraphicStateEntry
() : fColor(SK_ColorBLACK),
235
bool
GraphicStateEntry
::compareInitialState(const
GraphicStateEntry
& b) {
260
void updateDrawingState(const
GraphicStateEntry
& state);
267
GraphicStateEntry
* currentEntry() { return &fEntries[fStackDepth];
[
all
...]
Completed in 27 milliseconds