OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFontConfigInterface
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h
20
* \class
SkFontConfigInterface
25
class SK_API
SkFontConfigInterface
: public SkRefCnt {
27
SK_DECLARE_INST_COUNT(
SkFontConfigInterface
)
30
* Returns the global
SkFontConfigInterface
instance, and if it is not
34
static
SkFontConfigInterface
* RefGlobal();
41
static
SkFontConfigInterface
* SetGlobal(
SkFontConfigInterface
*);
44
* This should be treated as private to the impl of
SkFontConfigInterface
.
102
static
SkFontConfigInterface
* GetSingletonDirectInterface
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_fontconfig.cpp
8
#include "
SkFontConfigInterface
.h"
22
static
SkFontConfigInterface
* gFontConfigInterface;
24
SkFontConfigInterface
*
SkFontConfigInterface
::RefGlobal() {
30
SkFontConfigInterface
*
SkFontConfigInterface
::SetGlobal(
SkFontConfigInterface
* fc) {
41
extern
SkFontConfigInterface
* SkCreateDirectFontConfigInterface();
43
static
SkFontConfigInterface
* RefFCI() {
45
SkFontConfigInterface
* fci = SkFontConfigInterface::RefGlobal()
[
all
...]
SkFontConfigTypeface.h
8
#include "
SkFontConfigInterface
.h"
16
SkFontConfigInterface
::FontIdentity fIdentity;
22
const
SkFontConfigInterface
::FontIdentity& fi,
35
const
SkFontConfigInterface
::FontIdentity& getIdentity() const {
54
const
SkFontConfigInterface
::FontIdentity& fi,
SkFontConfigInterface_direct.cpp
16
#include "
SkFontConfigInterface
.h"
21
size_t
SkFontConfigInterface
::FontIdentity::writeToMemory(void* addr) const {
42
size_t
SkFontConfigInterface
::FontIdentity::readFromMemory(const void* addr,
64
static void make_iden(
SkFontConfigInterface
::FontIdentity* iden) {
71
static void test_writeToMemory(const
SkFontConfigInterface
::FontIdentity& iden0,
73
SkFontConfigInterface
::FontIdentity iden1;
90
SkFontConfigInterface
::FontIdentity iden0, iden1;
105
class SkFontConfigInterfaceDirect : public
SkFontConfigInterface
{
127
SkFontConfigInterface
*
SkFontConfigInterface
::GetSingletonDirectInterface(SkBaseMutex* mutex)
[
all
...]
/external/chromium_org/skia/ext/
skia_utils_base.h
9
#include "third_party/skia/include/ports/
SkFontConfigInterface
.h"
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/content/common/
font_config_ipc_linux.h
9
#include "third_party/skia/include/ports/
SkFontConfigInterface
.h"
17
class FontConfigIPC : public
SkFontConfigInterface
{
/external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp
10
#include "
SkFontConfigInterface
.h"
18
//
SkFontConfigInterface
instance.
55
extern
SkFontConfigInterface
* SkFontHost_fontconfig_ref_global();
56
static
SkFontConfigInterface
* RefFCI() {
215
SkAutoTUnref<
SkFontConfigInterface
> fFCI;
220
SkFontMgr_fontconfig(
SkFontConfigInterface
* fci)
327
SkFontConfigInterface
* fci = RefFCI();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp
34
#include "
SkFontConfigInterface
.h"
55
SkAutoTUnref<
SkFontConfigInterface
> fci(
SkFontConfigInterface
::RefGlobal());
56
SkFontConfigInterface
::FontIdentity fontIdentity;
/external/chromium_org/content/browser/renderer_host/
sandbox_ipc_linux.cc
32
#include "third_party/skia/include/ports/
SkFontConfigInterface
.h"
188
SkFontConfigInterface
::FontIdentity result_identity;
191
SkFontConfigInterface
* fc =
192
SkFontConfigInterface
::GetSingletonDirectInterface();
/external/chromium_org/content/zygote/
zygote_main_linux.cc
44
#include "third_party/skia/include/ports/
SkFontConfigInterface
.h"
377
SkFontConfigInterface
::SetGlobal(
Completed in 363 milliseconds