OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFontResources
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/pdf/
SkPDFPage.h
91
SK_API const SkTDArray<SkPDFFont*>&
getFontResources
() const;
SkPDFDevice.h
132
SK_API const SkTDArray<SkPDFFont*>&
getFontResources
() const;
/external/skia/src/pdf/
SkPDFPage.cpp
140
const SkTDArray<SkPDFFont*>& SkPDFPage::
getFontResources
() const {
141
return fDevice->
getFontResources
();
SkPDFDevice.cpp
[
all
...]
Completed in 31 milliseconds