OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFontConfigInterface
(Results
1 - 18
of
18
) sorted by null
/external/skia/src/ports/
SkFontConfigInterface.cpp
8
#include "
SkFontConfigInterface
.h"
14
static
SkFontConfigInterface
* gFontConfigInterface;
16
SkFontConfigInterface
*
SkFontConfigInterface
::RefGlobal() {
22
return SkSafeRef(
SkFontConfigInterface
::GetSingletonDirectInterface());
25
SkFontConfigInterface
*
SkFontConfigInterface
::SetGlobal(
SkFontConfigInterface
* fc) {
SkFontConfigInterface_direct_factory.cpp
11
SkFontConfigInterface
*
SkFontConfigInterface
::GetSingletonDirectInterface() {
12
static
SkFontConfigInterface
* singleton;
SkFontMgr_FontConfigInterface_factory.cpp
8
#include "
SkFontConfigInterface
.h"
13
sk_sp<
SkFontConfigInterface
> fci(
SkFontConfigInterface
::RefGlobal());
SkFontConfigInterface_direct.h
12
#include "
SkFontConfigInterface
.h"
16
class SkFontConfigInterfaceDirect : public
SkFontConfigInterface
{
36
typedef
SkFontConfigInterface
INHERITED;
SkFontConfigTypeface.h
8
#include "
SkFontConfigInterface
.h"
17
sk_sp<
SkFontConfigInterface
> fFCI;
18
SkFontConfigInterface
::FontIdentity fIdentity;
23
static SkTypeface_FCI* Create(sk_sp<
SkFontConfigInterface
> fci,
24
const
SkFontConfigInterface
::FontIdentity& fi,
37
const
SkFontConfigInterface
::FontIdentity& getIdentity() const {
42
SkTypeface_FCI(sk_sp<
SkFontConfigInterface
> fci,
43
const
SkFontConfigInterface
::FontIdentity& fi,
SkFontMgr_FontConfigInterface.cpp
8
#include "
SkFontConfigInterface
.h"
40
const
SkFontConfigInterface
::FontIdentity& id = this->getIdentity();
146
typedef
SkFontConfigInterface
::FontIdentity FontIdentity;
156
sk_sp<
SkFontConfigInterface
> fFCI;
168
SkFontMgr_FCI(sk_sp<
SkFontConfigInterface
> fci)
277
SkFontConfigInterface
::FontIdentity identity;
300
SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<
SkFontConfigInterface
> fci) {
SkFontConfigInterface_direct.cpp
76
size_t
SkFontConfigInterface
::FontIdentity::writeToMemory(void* addr) const {
97
size_t
SkFontConfigInterface
::FontIdentity::readFromMemory(const void* addr,
119
static void make_iden(
SkFontConfigInterface
::FontIdentity* iden) {
126
static void test_writeToMemory(const
SkFontConfigInterface
::FontIdentity& iden0,
128
SkFontConfigInterface
::FontIdentity iden1;
145
SkFontConfigInterface
::FontIdentity iden0, iden1;
/external/skqp/src/ports/
SkFontConfigInterface.cpp
8
#include "
SkFontConfigInterface
.h"
14
static
SkFontConfigInterface
* gFontConfigInterface;
16
SkFontConfigInterface
*
SkFontConfigInterface
::RefGlobal() {
22
return SkSafeRef(
SkFontConfigInterface
::GetSingletonDirectInterface());
25
SkFontConfigInterface
*
SkFontConfigInterface
::SetGlobal(
SkFontConfigInterface
* fc) {
SkFontConfigInterface_direct_factory.cpp
11
SkFontConfigInterface
*
SkFontConfigInterface
::GetSingletonDirectInterface() {
12
static
SkFontConfigInterface
* singleton;
SkFontMgr_FontConfigInterface_factory.cpp
8
#include "
SkFontConfigInterface
.h"
13
sk_sp<
SkFontConfigInterface
> fci(
SkFontConfigInterface
::RefGlobal());
SkFontConfigInterface_direct.h
12
#include "
SkFontConfigInterface
.h"
16
class SkFontConfigInterfaceDirect : public
SkFontConfigInterface
{
36
typedef
SkFontConfigInterface
INHERITED;
SkFontConfigTypeface.h
8
#include "
SkFontConfigInterface
.h"
17
sk_sp<
SkFontConfigInterface
> fFCI;
18
SkFontConfigInterface
::FontIdentity fIdentity;
23
static SkTypeface_FCI* Create(sk_sp<
SkFontConfigInterface
> fci,
24
const
SkFontConfigInterface
::FontIdentity& fi,
37
const
SkFontConfigInterface
::FontIdentity& getIdentity() const {
42
SkTypeface_FCI(sk_sp<
SkFontConfigInterface
> fci,
43
const
SkFontConfigInterface
::FontIdentity& fi,
SkFontMgr_FontConfigInterface.cpp
8
#include "
SkFontConfigInterface
.h"
40
const
SkFontConfigInterface
::FontIdentity& id = this->getIdentity();
146
typedef
SkFontConfigInterface
::FontIdentity FontIdentity;
156
sk_sp<
SkFontConfigInterface
> fFCI;
168
SkFontMgr_FCI(sk_sp<
SkFontConfigInterface
> fci)
277
SkFontConfigInterface
::FontIdentity identity;
300
SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<
SkFontConfigInterface
> fci) {
SkFontConfigInterface_direct.cpp
76
size_t
SkFontConfigInterface
::FontIdentity::writeToMemory(void* addr) const {
97
size_t
SkFontConfigInterface
::FontIdentity::readFromMemory(const void* addr,
119
static void make_iden(
SkFontConfigInterface
::FontIdentity* iden) {
126
static void test_writeToMemory(const
SkFontConfigInterface
::FontIdentity& iden0,
128
SkFontConfigInterface
::FontIdentity iden1;
145
SkFontConfigInterface
::FontIdentity iden0, iden1;
/external/skia/include/ports/
SkFontMgr_FontConfigInterface.h
15
class
SkFontConfigInterface
;
17
/** Creates a SkFontMgr which wraps a
SkFontConfigInterface
. */
18
SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<
SkFontConfigInterface
> fci);
SkFontConfigInterface.h
18
* \class
SkFontConfigInterface
23
class SK_API
SkFontConfigInterface
: public SkRefCnt {
27
* Returns the global
SkFontConfigInterface
instance. If it is not
29
* unref(). The default
SkFontConfigInterface
is the result of calling
32
static
SkFontConfigInterface
* RefGlobal();
39
static
SkFontConfigInterface
* SetGlobal(
SkFontConfigInterface
*);
42
* This should be treated as private to the impl of
SkFontConfigInterface
.
109
static
SkFontConfigInterface
* GetSingletonDirectInterface();
/external/skqp/include/ports/
SkFontMgr_FontConfigInterface.h
15
class
SkFontConfigInterface
;
17
/** Creates a SkFontMgr which wraps a
SkFontConfigInterface
. */
18
SK_API sk_sp<SkFontMgr> SkFontMgr_New_FCI(sk_sp<
SkFontConfigInterface
> fci);
SkFontConfigInterface.h
18
* \class
SkFontConfigInterface
23
class SK_API
SkFontConfigInterface
: public SkRefCnt {
27
* Returns the global
SkFontConfigInterface
instance. If it is not
29
* unref(). The default
SkFontConfigInterface
is the result of calling
32
static
SkFontConfigInterface
* RefGlobal();
39
static
SkFontConfigInterface
* SetGlobal(
SkFontConfigInterface
*);
42
* This should be treated as private to the impl of
SkFontConfigInterface
.
109
static
SkFontConfigInterface
* GetSingletonDirectInterface();
Completed in 224 milliseconds