OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPdfImageDictionary
(Results
1 - 25
of
326
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfImageDictionary_autogen.cpp
11
SkString
SkPdfImageDictionary
::Type(SkPdfNativeDoc* doc) {
19
bool
SkPdfImageDictionary
::has_Type() const {
23
SkString
SkPdfImageDictionary
::Subtype(SkPdfNativeDoc* doc) {
31
bool
SkPdfImageDictionary
::has_Subtype() const {
35
int64_t
SkPdfImageDictionary
::Width(SkPdfNativeDoc* doc) {
43
bool
SkPdfImageDictionary
::has_Width() const {
47
int64_t
SkPdfImageDictionary
::Height(SkPdfNativeDoc* doc) {
55
bool
SkPdfImageDictionary
::has_Height() const {
59
bool
SkPdfImageDictionary
::isColorSpaceAName(SkPdfNativeDoc* doc) {
65
SkString
SkPdfImageDictionary
::getColorSpaceAsName(SkPdfNativeDoc* doc)
[
all
...]
SkPdfImageDictionary_autogen.h
14
class
SkPdfImageDictionary
: public SkPdfXObjectDictionary {
17
SkPdfImageDictionary
* asImageDictionary() {return this;}
18
const
SkPdfImageDictionary
* asImageDictionary() const {return this;}
54
SkPdfImageDictionary
* SMask(SkPdfNativeDoc* doc);
SkPdfSoftMaskImageDictionary_autogen.h
14
class SkPdfSoftMaskImageDictionary : public
SkPdfImageDictionary
{
SkPdfType1FormDictionary_autogen.h
21
SkPdfImageDictionary
* asImageDictionary() {return (
SkPdfImageDictionary
*)this;}
22
const
SkPdfImageDictionary
* asImageDictionary() const {return (const
SkPdfImageDictionary
*)this;}
SkPdfALinkAnnotationDictionary_autogen.h
[
all
...]
SkPdfActionDictionary_autogen.h
[
all
...]
SkPdfAlternateImageDictionary_autogen.h
[
all
...]
SkPdfAnnotationActionsDictionary_autogen.h
[
all
...]
SkPdfAnnotationDictionary_autogen.h
[
all
...]
SkPdfAppearanceCharacteristicsDictionary_autogen.h
[
all
...]
SkPdfAppearanceDictionary_autogen.h
[
all
...]
SkPdfApplicationDataDictionary_autogen.h
[
all
...]
SkPdfArtifactsDictionary_autogen.h
[
all
...]
SkPdfAttributeObjectDictionary_autogen.h
[
all
...]
SkPdfBeadDictionary_autogen.h
[
all
...]
SkPdfBlockLevelStructureElementsDictionary_autogen.h
[
all
...]
SkPdfBorderStyleDictionary_autogen.h
[
all
...]
SkPdfBoxColorInformationDictionary_autogen.h
[
all
...]
SkPdfBoxStyleDictionary_autogen.h
[
all
...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfImageDictionary_autogen.cpp
11
SkString
SkPdfImageDictionary
::Type(SkPdfNativeDoc* doc) {
19
bool
SkPdfImageDictionary
::has_Type() const {
23
SkString
SkPdfImageDictionary
::Subtype(SkPdfNativeDoc* doc) {
31
bool
SkPdfImageDictionary
::has_Subtype() const {
35
int64_t
SkPdfImageDictionary
::Width(SkPdfNativeDoc* doc) {
43
bool
SkPdfImageDictionary
::has_Width() const {
47
int64_t
SkPdfImageDictionary
::Height(SkPdfNativeDoc* doc) {
55
bool
SkPdfImageDictionary
::has_Height() const {
59
bool
SkPdfImageDictionary
::isColorSpaceAName(SkPdfNativeDoc* doc) {
65
SkString
SkPdfImageDictionary
::getColorSpaceAsName(SkPdfNativeDoc* doc)
[
all
...]
SkPdfImageDictionary_autogen.h
14
class
SkPdfImageDictionary
: public SkPdfXObjectDictionary {
17
SkPdfImageDictionary
* asImageDictionary() {return this;}
18
const
SkPdfImageDictionary
* asImageDictionary() const {return this;}
54
SkPdfImageDictionary
* SMask(SkPdfNativeDoc* doc);
SkPdfSoftMaskImageDictionary_autogen.h
14
class SkPdfSoftMaskImageDictionary : public
SkPdfImageDictionary
{
SkPdfType1FormDictionary_autogen.h
21
SkPdfImageDictionary
* asImageDictionary() {return (
SkPdfImageDictionary
*)this;}
22
const
SkPdfImageDictionary
* asImageDictionary() const {return (const
SkPdfImageDictionary
*)this;}
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.h
21
class
SkPdfImageDictionary
;
179
SkPdfImageDictionary
* readInlineImage();
/external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.h
21
class
SkPdfImageDictionary
;
179
SkPdfImageDictionary
* readInlineImage();
Completed in 865 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>