OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentEntry
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h
40
struct
ContentEntry
;
237
SkAutoTDelete<
ContentEntry
> fContentEntries;
238
ContentEntry
* fLastContentEntry;
239
SkAutoTDelete<
ContentEntry
> fMarginContentEntries;
240
ContentEntry
* fLastMarginContentEntry;
246
SkAutoTDelete<
ContentEntry
>* getContentEntries();
247
ContentEntry
* getLastContentEntry();
248
void setLastContentEntry(
ContentEntry
*
contentEntry
);
280
ContentEntry
* setUpContentEntry(const SkClipStack* clipStack
[
all
...]
/external/skia/include/pdf/
SkPDFDevice.h
40
struct
ContentEntry
;
237
SkAutoTDelete<
ContentEntry
> fContentEntries;
238
ContentEntry
* fLastContentEntry;
239
SkAutoTDelete<
ContentEntry
> fMarginContentEntries;
240
ContentEntry
* fLastMarginContentEntry;
246
SkAutoTDelete<
ContentEntry
>* getContentEntries();
247
ContentEntry
* getLastContentEntry();
248
void setLastContentEntry(
ContentEntry
*
contentEntry
);
280
ContentEntry
* setUpContentEntry(const SkClipStack* clipStack
[
all
...]
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp
218
//
ContentEntry
. This is the one currently in effect, or NULL if none.
600
struct
ContentEntry
{
603
SkAutoTDelete<
ContentEntry
> fNext;
607
~
ContentEntry
() {
608
ContentEntry
* val = fNext.detach();
610
ContentEntry
* valNext = val->fNext.detach();
618
// A helper class to automatically finish a
ContentEntry
at the end of a
651
ContentEntry
* entry() { return fContentEntry; }
689
ContentEntry
* fContentEntry;
841
ContentEntry
* contentEntry)
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
218
//
ContentEntry
. This is the one currently in effect, or NULL if none.
600
struct
ContentEntry
{
603
SkAutoTDelete<
ContentEntry
> fNext;
607
~
ContentEntry
() {
608
ContentEntry
* val = fNext.detach();
610
ContentEntry
* valNext = val->fNext.detach();
618
// A helper class to automatically finish a
ContentEntry
at the end of a
651
ContentEntry
* entry() { return fContentEntry; }
689
ContentEntry
* fContentEntry;
841
ContentEntry
* contentEntry)
[
all
...]
Completed in 29 milliseconds