OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFixedWidth
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_fontconfig.cpp
20
SkTypeface::Style* style, bool*
isFixedWidth
);
150
bool
isFixedWidth
= false;
151
if (!find_name_and_attributes(stream, NULL, &style, &
isFixedWidth
)) {
155
SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style,
isFixedWidth
, stream));
SkFontConfigInterface_android.cpp
200
SkTypeface::Style* style, bool*
isFixedWidth
);
241
bool
isFixedWidth
;
244
&fontRec.fStyle, &
isFixedWidth
);
[
all
...]
/external/skia/src/ports/
SkFontHost_fontconfig.cpp
20
SkTypeface::Style* style, bool*
isFixedWidth
);
150
bool
isFixedWidth
= false;
151
if (!find_name_and_attributes(stream, NULL, &style, &
isFixedWidth
)) {
155
SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style,
isFixedWidth
, stream));
SkFontConfigInterface_android.cpp
200
SkTypeface::Style* style, bool*
isFixedWidth
);
241
bool
isFixedWidth
;
244
&fontRec.fStyle, &
isFixedWidth
);
[
all
...]
/external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp
23
SkTypeface::Style* style, bool*
isFixedWidth
);
281
bool
isFixedWidth
= false;
282
if (!find_name_and_attributes(stream, NULL, &style, &
isFixedWidth
)) {
286
SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style,
isFixedWidth
, stream));
/external/skia/src/fonts/
SkFontMgr_fontconfig.cpp
23
SkTypeface::Style* style, bool*
isFixedWidth
);
281
bool
isFixedWidth
= false;
282
if (!find_name_and_attributes(stream, NULL, &style, &
isFixedWidth
)) {
286
SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style,
isFixedWidth
, stream));
Completed in 2394 milliseconds