OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPDFFont
(Results
1 - 11
of
11
) sorted by null
/external/skia/src/pdf/
SkPDFFontImpl.h
13
#include "
SkPDFFont
.h"
15
class SkPDFType0Font final : public
SkPDFFont
{
19
SkPDFFont
* getFontSubset(const SkPDFGlyphSet* usage) override;
27
friend class
SkPDFFont
; // to access the constructor
39
class SkPDFCIDFont final : public
SkPDFFont
{
56
class SkPDFType1Font final : public
SkPDFFont
{
62
friend class
SkPDFFont
; // to access the constructor
75
class SkPDFType3Font final : public
SkPDFFont
{
81
friend class
SkPDFFont
; // to access the constructor
SkPDFFont.h
22
class
SkPDFFont
;
40
FontGlyphSetPair(
SkPDFFont
* font, SkPDFGlyphSet* glyphSet);
42
SkPDFFont
* fFont;
63
void noteGlyphUsage(
SkPDFFont
* font, const uint16_t* glyphIDs,
67
SkPDFGlyphSet* getGlyphSetForFont(
SkPDFFont
* font);
73
/** \class
SkPDFFont
80
class
SkPDFFont
: public SkPDFDict {
83
virtual ~
SkPDFFont
();
129
static
SkPDFFont
* GetFontResource(SkPDFCanon* canon,
133
/** Subset the font based on usage set. Returns a
SkPDFFont
instance wit
[
all
...]
SkPDFCanon.h
17
class
SkPDFFont
;
61
SkPDFFont
* findFont(uint32_t fontID,
63
SkPDFFont
** relatedFont) const;
64
void addFont(
SkPDFFont
* font, uint32_t fontID, uint16_t fGlyphID);
88
SkPDFFont
* fFont;
SkPDFCanon.cpp
11
#include "
SkPDFFont
.h"
55
SkPDFFont
* SkPDFCanon::findFont(uint32_t fontID,
57
SkPDFFont
** relatedFontPtr) const {
60
SkPDFFont
* relatedFont = nullptr;
62
SkPDFFont
::Match match =
SkPDFFont
::IsMatch(
65
if (
SkPDFFont
::kExact_Match == match) {
67
} else if (!relatedFont &&
SkPDFFont
::kRelated_Match == match) {
75
void SkPDFCanon::addFont(
SkPDFFont
* font, uint32_t fontID, uint16_t fGlyphID) {
SkPDFFont.cpp
15
#include "
SkPDFFont
.h"
375
//
SkPDFFont
::populateCIDFont().
663
SkPDFGlyphSetMap::FontGlyphSetPair::FontGlyphSetPair(
SkPDFFont
* font,
706
void SkPDFGlyphSetMap::noteGlyphUsage(
SkPDFFont
* font, const uint16_t* glyphIDs,
714
SkPDFGlyphSet* SkPDFGlyphSetMap::getGlyphSetForFont(
SkPDFFont
* font) {
729
// class
SkPDFFont
738
* granularity. a) change
SkPDFFont
to fill in its state on demand, kind of
744
SkPDFFont
::~
SkPDFFont
() {}
746
SkTypeface*
SkPDFFont
::typeface()
[
all
...]
SkPDFDevice.h
28
class
SkPDFFont
;
154
const SkTDArray<
SkPDFFont
*>& getFontResources() const;
218
SkTDArray<
SkPDFFont
*> fFontResources;
SkPDFDevice.cpp
22
#include "
SkPDFFont
.h"
211
SkPDFFont
* fFont;
[
all
...]
/external/skia/include/core/
SkTypeface.h
377
friend class
SkPDFFont
;
/external/skia/src/doc/
SkDocument_PDF.cpp
11
#include "
SkPDFFont
.h"
65
SkAutoTUnref<
SkPDFFont
> subsetFont(
291
const SkTDArray<
SkPDFFont
*>& fontResources =
/external/skia/tests/
PDFPrimitivesTest.cpp
18
#include "
SkPDFFont
.h"
428
!
SkPDFFont
::CanEmbedTypeface(noEmbedTypeface, &canon));
433
SkPDFFont
::CanEmbedTypeface(portableTypeface, &canon));
/external/skia/
Android.mk
587
src/pdf/
SkPDFFont
.cpp \
Completed in 203 milliseconds