Searched defs:isFixedPitch (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.h50 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) argument
51 : INHERITED(style, uniqueID, isFixedPitch)
H A DSkFontHost_linux.cpp29 SkTypeface::Style* style, bool* isFixedPitch);
220 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedPitch) argument
221 : INHERITED(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedPitch) {
283 SkStream* stream, bool isFixedPitch)
284 : INHERITED(style, sysFont, family, isFixedPitch) {
310 const char path[], bool isFixedPitch)
311 : INHERITED(style, sysFont, family, isFixedPitch) {
339 SkTypeface::Style* style, bool* isFixedPitch) {
342 return find_name_and_attributes(stream, name, style, isFixedPitch);
362 bool isFixedPitch; local
282 StreamTypeface(Style style, bool sysFont, FamilyRec* family, SkStream* stream, bool isFixedPitch) argument
309 FileTypeface(Style style, bool sysFont, FamilyRec* family, const char path[], bool isFixedPitch) argument
338 get_name_and_style(const char path[], SkString* name, SkTypeface::Style* style, bool* isFixedPitch) argument
504 bool isFixedPitch; local
[all...]
H A DSkFontHost_FreeType.cpp1481 SkTypeface::Style* style, bool* isFixedPitch) {
1528 if (isFixedPitch) {
1529 *isFixedPitch = FT_IS_FIXED_WIDTH(face);
1480 find_name_and_attributes(SkStream* stream, SkString* name, SkTypeface::Style* style, bool* isFixedPitch) argument
H A DSkFontHost_mac.cpp359 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) { argument
369 if (isFixedPitch) {
370 *isFixedPitch = (traits & kCTFontMonoSpaceTrait) != 0;
428 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch, argument
430 : SkTypeface(style, fontID, isFixedPitch)
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch, argument
440 : SkTypeface(fontstyle2stylebits(fs), fontID, isFixedPitch)
479 bool isFixedPitch; local
480 SkTypeface::Style style = computeStyleBits(fontRef, &isFixedPitch);
483 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRe
2091 bool isFixedPitch; local
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.h50 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) argument
51 : INHERITED(style, uniqueID, isFixedPitch)
H A DSkFontHost_linux.cpp29 SkTypeface::Style* style, bool* isFixedPitch);
220 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedPitch) argument
221 : INHERITED(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedPitch) {
283 SkStream* stream, bool isFixedPitch)
284 : INHERITED(style, sysFont, family, isFixedPitch) {
310 const char path[], bool isFixedPitch)
311 : INHERITED(style, sysFont, family, isFixedPitch) {
339 SkTypeface::Style* style, bool* isFixedPitch) {
342 return find_name_and_attributes(stream, name, style, isFixedPitch);
362 bool isFixedPitch; local
282 StreamTypeface(Style style, bool sysFont, FamilyRec* family, SkStream* stream, bool isFixedPitch) argument
309 FileTypeface(Style style, bool sysFont, FamilyRec* family, const char path[], bool isFixedPitch) argument
338 get_name_and_style(const char path[], SkString* name, SkTypeface::Style* style, bool* isFixedPitch) argument
504 bool isFixedPitch; local
[all...]
H A DSkFontHost_FreeType.cpp1764 SkTypeface::Style* style, bool* isFixedPitch) {
1811 if (isFixedPitch) {
1812 *isFixedPitch = FT_IS_FIXED_WIDTH(face);
1763 find_name_and_attributes(SkStream* stream, SkString* name, SkTypeface::Style* style, bool* isFixedPitch) argument
H A DSkFontHost_mac.cpp359 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) { argument
369 if (isFixedPitch) {
370 *isFixedPitch = (traits & kCTFontMonoSpaceTrait) != 0;
428 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch, argument
430 : SkTypeface(style, fontID, isFixedPitch)
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch, argument
440 : SkTypeface(fontstyle2stylebits(fs), fontID, isFixedPitch)
479 bool isFixedPitch; local
480 SkTypeface::Style style = computeStyleBits(fontRef, &isFixedPitch);
483 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRe
2091 bool isFixedPitch; local
[all...]
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_post.h38 SK_OT_ULONG isFixedPitch; member in struct:SkOTTablePostScript
/external/skia/src/sfnt/
H A DSkOTTable_post.h38 SK_OT_ULONG isFixedPitch; member in struct:SkOTTablePostScript
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFontFallbackList.h73 bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_pitch == FixedPitch; }; function in class:WebCore::FontFallbackList
H A DFont.h120 bool isFixedPitch() const;
313 inline bool Font::isFixedPitch() const function in class:WebCore::Font
316 return m_fontFallbackList->isFixedPitch(this);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DFontPlatformDataChromiumWin.cpp207 bool FontPlatformData::isFixedPitch() const function in class:WebCore::FontPlatformData
233 return typeface()->isFixedPitch();
/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h67 bool isFixedPitch() const { return fIsFixedPitch; } function in class:SkTypeface
291 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
295 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } argument
/external/skia/include/core/
H A DSkTypeface.h67 bool isFixedPitch() const { return fIsFixedPitch; } function in class:SkTypeface
291 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
295 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } argument
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
H A DFontPlatformDataHarfBuzz.cpp248 bool FontPlatformData::isFixedPitch() const function in class:WebCore::FontPlatformData
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp22 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) argument
23 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
/external/skia/src/core/
H A DSkTypeface.cpp22 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) argument
23 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttables.h420 FT_ULong isFixedPitch; member in struct:TT_Postscript_
/external/freetype/include/freetype/
H A Dtttables.h420 FT_ULong isFixedPitch; member in struct:TT_Postscript_
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp2547 static ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0, TextLayout* layout = 0) argument
2550 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
2935 bool isFixedPitch = f.isFixedPitch(); local
3000 charWidth = textWidth(t, current.m_pos, midWordBreakIsBeforeSurrogatePair ? 2 : 1, f, width.committedWidth() + wrapW, isFixedPitch, collapseWhiteSpace, 0, textLayout);
3033 additionalTmpW = textWidth(t, lastSpace, current.m_pos + 1 - lastSpace, f, width.currentWidth(), isFixedPitch, collapseWhiteSpace, &wordMeasurement.fallbackFonts, textLayout) - wordTrailingSpaceWidth;
3035 additionalTmpW = textWidth(t, lastSpace, current.m_pos - lastSpace, f, width.currentWidth(), isFixedPitch, collapseWhiteSpace, &wordMeasurement.fallbackFonts, textLayout);
3055 float charWidth = textWidth(t, current.m_pos, 1, f, width.currentWidth(), isFixedPitch, collapseWhiteSpace, &wordMeasurement.fallbackFonts, textLayout) + (applyWordSpacing ? wordSpacing : 0);
3186 float additionalTmpW = ignoringSpaces ? 0 : textWidth(t, lastSpace, current.m_pos - lastSpace, f, width.currentWidth(), isFixedPitch, collapseWhiteSpace, &wordMeasurement.fallbackFonts, textLayout);

Completed in 1030 milliseconds