OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontInfo
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/Shared/
FontInfo.h
40
struct
FontInfo
{
42
static bool decode(CoreIPC::ArgumentDecoder*,
FontInfo
&);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java
75
private static final List<
FontInfo
> mMainFonts = new ArrayList<
FontInfo
>();
76
private static final List<
FontInfo
> mFallbackFonts = new ArrayList<
FontInfo
>();
87
List<
FontInfo
> systemFonts = handler.getFontList();
92
List<
FontInfo
> fallbackFonts = handler.getFontList();
122
List<
FontInfo
> fontList, List<
FontInfo
> fallBackList) {
151
for (
FontInfo
info : mMainFonts) {
159
for (
FontInfo
info : mFallbackFonts)
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java
59
/*package*/ static final class
FontInfo
{
69
private List<
FontInfo
> mFonts;
108
public List<
FontInfo
> getFonts() {
938
for (
FontInfo
info : delegate.mFonts) {
995
for (
FontInfo
info : delegate.mFonts) {
[
all
...]
/external/freetype/include/freetype/internal/
psaux.h
239
#define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also
FontInfo
and FDArray */
744
/*
FontInfo
:: The result will be stored here. */
754
AFM_FontInfo
FontInfo
;
[
all
...]
Completed in 129 milliseconds