OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontIdentity
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/ports/
SkFontConfigInterface.h
47
struct
FontIdentity
{
48
FontIdentity
() : fID(0), fTTCIndex(0) {}
50
bool operator==(const
FontIdentity
& other) const {
55
bool operator!=(const
FontIdentity
& other) const {
85
FontIdentity
* outFontIdentifier,
94
virtual SkStreamAsset* openStream(const
FontIdentity
&) = 0;
97
* Return an SkTypeface for the given
FontIdentity
.
104
virtual SkTypeface* createTypeface(const
FontIdentity
& identity) {
/external/skia/src/ports/
SkFontHost_fontconfig.cpp
62
typedef SkFontConfigInterface::
FontIdentity
FontIdentity
;
64
FontIdentity
* identity = static_cast<
FontIdentity
*>(ctx);
185
SkFontConfigInterface::
FontIdentity
identity;
194
// Check if a typeface with this
FontIdentity
is already in the
FontIdentity
cache.
198
// Add this
FontIdentity
to the
FontIdentity
cache.
Completed in 2891 milliseconds