OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontIdentity
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h
46
struct
FontIdentity
{
47
FontIdentity
() : fID(0), fTTCIndex(0) {}
49
bool operator==(const
FontIdentity
& other) const {
54
bool operator!=(const
FontIdentity
& other) const {
84
FontIdentity
* outFontIdentifier,
93
virtual SkStream* openStream(const
FontIdentity
&) = 0;
106
SkTArray<
FontIdentity
>*) {
/external/skia/include/ports/
SkFontConfigInterface.h
46
struct
FontIdentity
{
47
FontIdentity
() : fID(0), fTTCIndex(0) {}
49
bool operator==(const
FontIdentity
& other) const {
54
bool operator!=(const
FontIdentity
& other) const {
84
FontIdentity
* outFontIdentifier,
93
virtual SkStream* openStream(const
FontIdentity
&) = 0;
106
SkTArray<
FontIdentity
>*) {
/external/chromium_org/content/common/
font_config_ipc_linux.h
24
FontIdentity
* outFontIdentifier,
28
virtual SkStream* openStream(const
FontIdentity
&) OVERRIDE;
font_config_ipc_linux.cc
50
FontIdentity
* outFontIdentity,
79
FontIdentity
reply_identity;
97
SkStream* FontConfigIPC::openStream(const
FontIdentity
& identity) {
/external/chromium_org/skia/ext/
skia_utils_base.h
18
// Return true if the pickle/iterator contains a
FontIdentity
. If so, and if
21
SkFontConfigInterface::
FontIdentity
* identity);
28
const SkFontConfigInterface::
FontIdentity
& identity);
skia_utils_base.cc
22
SkFontConfigInterface::
FontIdentity
* identity) {
46
const SkFontConfigInterface::
FontIdentity
& identity) {
/external/chromium_org/third_party/skia/src/ports/
SkFontConfigTypeface.h
16
SkFontConfigInterface::
FontIdentity
fIdentity;
22
const SkFontConfigInterface::
FontIdentity
& fi,
40
const SkFontConfigInterface::
FontIdentity
& getIdentity() const {
SkFontConfigInterface_direct.cpp
20
size_t SkFontConfigInterface::
FontIdentity
::writeToMemory(void* addr) const {
41
size_t SkFontConfigInterface::
FontIdentity
::readFromMemory(const void* addr,
60
static void make_iden(SkFontConfigInterface::
FontIdentity
* iden) {
67
static void test_writeToMemory(const SkFontConfigInterface::
FontIdentity
& iden0,
69
SkFontConfigInterface::
FontIdentity
iden1;
86
SkFontConfigInterface::
FontIdentity
iden0, iden1;
108
FontIdentity
* outFontIdentifier,
111
virtual SkStream* openStream(const
FontIdentity
&) SK_OVERRIDE;
117
SkTArray<
FontIdentity
>*) SK_OVERRIDE;
434
FontIdentity
* outIdentity
[
all
...]
SkFontHost_fontconfig.cpp
96
SkFontConfigInterface::
FontIdentity
indentity;
SkFontConfigInterface_android.cpp
83
FontIdentity
* outFontIdentifier,
86
virtual SkStream* openStream(const
FontIdentity
&) SK_OVERRIDE;
92
SkTArray<
FontIdentity
>*) SK_OVERRIDE;
392
FontIdentity
* outFontIdentifier,
446
SkStream* SkFontConfigInterfaceAndroid::openStream(const
FontIdentity
& identity) {
470
SkTArray<
FontIdentity
>*) {
/external/skia/src/ports/
SkFontConfigTypeface.h
16
SkFontConfigInterface::
FontIdentity
fIdentity;
22
const SkFontConfigInterface::
FontIdentity
& fi,
40
const SkFontConfigInterface::
FontIdentity
& getIdentity() const {
SkFontConfigInterface_direct.cpp
20
size_t SkFontConfigInterface::
FontIdentity
::writeToMemory(void* addr) const {
41
size_t SkFontConfigInterface::
FontIdentity
::readFromMemory(const void* addr,
60
static void make_iden(SkFontConfigInterface::
FontIdentity
* iden) {
67
static void test_writeToMemory(const SkFontConfigInterface::
FontIdentity
& iden0,
69
SkFontConfigInterface::
FontIdentity
iden1;
86
SkFontConfigInterface::
FontIdentity
iden0, iden1;
108
FontIdentity
* outFontIdentifier,
111
virtual SkStream* openStream(const
FontIdentity
&) SK_OVERRIDE;
117
SkTArray<
FontIdentity
>*) SK_OVERRIDE;
434
FontIdentity
* outIdentity
[
all
...]
SkFontHost_fontconfig.cpp
103
SkFontConfigInterface::
FontIdentity
indentity;
SkFontConfigInterface_android.cpp
83
FontIdentity
* outFontIdentifier,
86
virtual SkStream* openStream(const
FontIdentity
&) SK_OVERRIDE;
92
SkTArray<
FontIdentity
>*) SK_OVERRIDE;
400
FontIdentity
* outFontIdentifier,
455
SkStream* SkFontConfigInterfaceAndroid::openStream(const
FontIdentity
& identity) {
479
SkTArray<
FontIdentity
>*) {
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc
185
SkFontConfigInterface::
FontIdentity
result_identity;
Completed in 900 milliseconds