OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFontMgr
(Results
1 - 25
of
34
) sorted by null
1
2
/external/skia/src/ports/
SkFontMgr_empty_factory.cpp
8
#include "
SkFontMgr
.h"
10
SkFontMgr
*
SkFontMgr
::Factory() {
11
// Always return nullptr, an empty
SkFontMgr
will be used.
SkFontMgr_fontconfig_factory.cpp
8
#include "
SkFontMgr
.h"
12
SkFontMgr
*
SkFontMgr
::Factory() {
SkFontMgr_win_dw_factory.cpp
11
#include "
SkFontMgr
.h"
14
SkFontMgr
*
SkFontMgr
::Factory() {
SkFontMgr_win_gdi_factory.cpp
11
#include "
SkFontMgr
.h"
14
SkFontMgr
*
SkFontMgr
::Factory() {
SkFontMgr_custom_directory_factory.cpp
8
#include "
SkFontMgr
.h"
15
SkFontMgr
*
SkFontMgr
::Factory() {
SkFontMgr_custom_embedded_factory.cpp
8
#include "
SkFontMgr
.h"
12
SkFontMgr
* SkFontMgr_New_Custom_Embedded(const SkEmbeddedResourceHeader* header);
15
SkFontMgr
*
SkFontMgr
::Factory() {
SkFontMgr_android_factory.cpp
10
#include "
SkFontMgr
.h"
31
SkFontMgr
*
SkFontMgr
::Factory() {
SkFontHost_FreeType_common.h
18
#include "
SkFontMgr
.h"
62
const
SkFontMgr
::FontParameters::Axis* requestedAxis, int requestedAxisCount,
SkFontMgr_custom.cpp
10
#include "
SkFontMgr
.h"
198
class SkFontMgr_Custom : public
SkFontMgr
{
429
SK_API
SkFontMgr
* SkFontMgr_New_Custom_Directory(const char* dir) {
506
SkFontMgr
* SkFontMgr_New_Custom_Embedded(const SkEmbeddedResourceHeader* header) {
SkFontMgr_android_parser.h
11
#include "
SkFontMgr
.h"
76
SkTArray<
SkFontMgr
::FontParameters::Axis, true> fAxes;
/external/skia/include/ports/
SkFontMgr_custom.h
13
class
SkFontMgr
;
16
SK_API
SkFontMgr
* SkFontMgr_New_Custom_Directory(const char* dir);
SkFontMgr_fontconfig.h
14
class
SkFontMgr
;
20
SK_API
SkFontMgr
* SkFontMgr_New_FontConfig(FcConfig* fc);
SkTypeface_win.h
40
class
SkFontMgr
;
45
SK_API
SkFontMgr
* SkFontMgr_New_GDI();
46
SK_API
SkFontMgr
* SkFontMgr_New_DirectWrite(IDWriteFactory* factory = NULL,
50
* Creates an
SkFontMgr
which renders using DirectWrite and obtains its data
55
SK_API
SkFontMgr
* SkFontMgr_New_DirectWriteRenderer(SkRemotableFontMgr*);
SkFontMgr_android.h
13
class
SkFontMgr
;
43
/** Optional custom flag. If set to true the
SkFontMgr
will acquire all requisite
50
SK_API
SkFontMgr
* SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
SkFontMgr_indirect.h
14
#include "
SkFontMgr
.h"
25
class SK_API SkFontMgr_Indirect : public
SkFontMgr
{
27
// TODO: The
SkFontMgr
is only used for createFromStream/File/Data.
30
SkFontMgr_Indirect(
SkFontMgr
* impl, SkRemotableFontMgr* proxy)
63
SkAutoTUnref<
SkFontMgr
> fImpl;
SkFontMgr.h
38
class SK_API
SkFontMgr
: public SkRefCnt {
174
static
SkFontMgr
* RefDefault();
202
static
SkFontMgr
* Factory(); // implemented by porting layer
203
friend
SkFontMgr
* sk_fontmgr_create_default();
/external/skia/src/core/
SkFontMgr.cpp
9
#include "
SkFontMgr
.h"
36
class SkEmptyFontMgr : public
SkFontMgr
{
89
int
SkFontMgr
::countFamilies() const {
93
void
SkFontMgr
::getFamilyName(int index, SkString* familyName) const {
97
SkFontStyleSet*
SkFontMgr
::createStyleSet(int index) const {
101
SkFontStyleSet*
SkFontMgr
::matchFamily(const char familyName[]) const {
105
SkTypeface*
SkFontMgr
::matchFamilyStyle(const char familyName[],
110
SkTypeface*
SkFontMgr
::matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style,
116
SkTypeface*
SkFontMgr
::matchFaceStyle(const SkTypeface* face,
121
SkTypeface*
SkFontMgr
::createFromData(SkData* data, int ttcIndex) const
[
all
...]
SkTypeface.cpp
11
#include "
SkFontMgr
.h"
88
SkAutoTUnref<
SkFontMgr
> fm(
SkFontMgr
::RefDefault());
121
SkAutoTUnref<
SkFontMgr
> fm(
SkFontMgr
::RefDefault());
135
SkAutoTUnref<
SkFontMgr
> fm(
SkFontMgr
::RefDefault());
147
SkAutoTUnref<
SkFontMgr
> fm(
SkFontMgr
::RefDefault());
152
SkAutoTUnref<
SkFontMgr
> fm(SkFontMgr::RefDefault())
[
all
...]
/external/skia/gm/
fontscalerdistortable.cpp
11
#include "
SkFontMgr
.h"
44
SkAutoTUnref<
SkFontMgr
> fontMgr(
SkFontMgr
::RefDefault());
60
SkFontMgr
::FontParameters::Axis axes[] = { { tag, styleValue } };
62
distortable->duplicate(),
SkFontMgr
::FontParameters().setAxes(axes, 1)));
fontmgr.cpp
10
#include "
SkFontMgr
.h"
28
SkScalar y, SkPaint& paint,
SkFontMgr
* fm,
58
FontMgrGM(
SkFontMgr
* fontMgr = nullptr) {
66
fFM.reset(
SkFontMgr
::RefDefault());
89
SkFontMgr
* fm = fFM;
121
SkAutoTUnref<
SkFontMgr
> fFM;
127
SkAutoTUnref<
SkFontMgr
> fFM;
130
FontMgrMatchGM() : fFM(
SkFontMgr
::RefDefault()) {
228
fFM.reset(
SkFontMgr
::RefDefault());
266
SkFontMgr
* fm = fFM
[
all
...]
/external/skia/tools/
sk_tool_utils_font.cpp
9
#include "
SkFontMgr
.h"
49
SkAutoTUnref<
SkFontMgr
> fm(
SkFontMgr
::RefDefault());
/frameworks/base/core/jni/android/graphics/
FontFamily.cpp
23
#include "
SkFontMgr
.h"
105
SkFontMgr
::FontParameters params;
108
SkAutoTUnref<
SkFontMgr
> fm(
SkFontMgr
::RefDefault());
133
std::unique_ptr<
SkFontMgr
::FontParameters::Axis[]> skiaAxes;
138
skiaAxes.reset(new
SkFontMgr
::FontParameters::Axis[listSize]);
170
SkFontMgr
::FontParameters params;
174
SkAutoTUnref<
SkFontMgr
> fm(
SkFontMgr
::RefDefault());
/external/skia/tests/
TextBlobCacheTest.cpp
14
#include "
SkFontMgr
.h"
78
SkAutoTUnref<
SkFontMgr
> fm(
SkFontMgr
::RefDefault());
FontNamesTest.cpp
9
#include "
SkFontMgr
.h"
145
SkAutoTUnref<
SkFontMgr
> fm(
SkFontMgr
::RefDefault());
/external/skia/src/fonts/
SkFontMgr_fontconfig.cpp
10
#include "
SkFontMgr
.h"
212
class SkFontMgr_fontconfig : public
SkFontMgr
{
328
SkFontMgr
*
SkFontMgr
::Factory() {
Completed in 489 milliseconds
1
2