OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontInfo
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.cc
55
*
FontInfo
class
57
FontInfo
::
FontInfo
()
63
FontInfo
::
FontInfo
(CharacterMap* chars_to_glyph_ids,
73
FontInfo
::~
FontInfo
() {
79
FontDataTable*
FontInfo
::GetTable(FontId font_id, int32_t tag) {
88
const TableMap*
FontInfo
::GetTableMap(FontId font_id) {
97
void
FontInfo
::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids)
[
all
...]
font_info.h
61
class
FontInfo
: public sfntly::RefCounted<
FontInfo
> {
63
// Empty
FontInfo
object.
64
FontInfo
();
68
FontInfo
(CharacterMap* chars_to_glyph_ids,
71
virtual ~
FontInfo
();
97
// FontSourcedInfoBuilder is used to create a
FontInfo
object from a Font
110
virtual CALLER_ATTACH
FontInfo
* GetFontInfo();
/external/sfntly/cpp/src/sample/subtly/
font_info.cc
55
*
FontInfo
class
57
FontInfo
::
FontInfo
()
63
FontInfo
::
FontInfo
(CharacterMap* chars_to_glyph_ids,
73
FontInfo
::~
FontInfo
() {
79
FontDataTable*
FontInfo
::GetTable(FontId font_id, int32_t tag) {
88
const TableMap*
FontInfo
::GetTableMap(FontId font_id) {
97
void
FontInfo
::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids)
[
all
...]
font_info.h
61
class
FontInfo
: public sfntly::RefCounted<
FontInfo
> {
63
// Empty
FontInfo
object.
64
FontInfo
();
68
FontInfo
(CharacterMap* chars_to_glyph_ids,
71
virtual ~
FontInfo
();
97
// FontSourcedInfoBuilder is used to create a
FontInfo
object from a Font
110
virtual CALLER_ATTACH
FontInfo
* GetFontInfo();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java
79
private static final List<
FontInfo
> mMainFonts = new ArrayList<
FontInfo
>();
80
private static final List<
FontInfo
> mFallbackFonts = new ArrayList<
FontInfo
>();
91
List<
FontInfo
> systemFonts = handler.getFontList();
96
List<
FontInfo
> fallbackFonts = handler.getFontList();
126
List<
FontInfo
> fontList, List<
FontInfo
> fallBackList) {
155
for (
FontInfo
info : mMainFonts) {
163
for (
FontInfo
info : mFallbackFonts)
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java
58
/*package*/ static final class
FontInfo
{
68
private List<
FontInfo
> mFonts;
107
public List<
FontInfo
> getFonts() {
939
for (
FontInfo
info : delegate.mFonts) {
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h
243
#define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also
FontInfo
and FDArray */
748
/*
FontInfo
:: The result will be stored here. */
758
AFM_FontInfo
FontInfo
;
[
all
...]
/external/freetype/include/freetype/internal/
psaux.h
243
#define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also
FontInfo
and FDArray */
748
/*
FontInfo
:: The result will be stored here. */
758
AFM_FontInfo
FontInfo
;
[
all
...]
Completed in 1210 milliseconds