OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedPitch
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h
76
return m_pitch ==
FixedPitch
;
SimpleFontData.h
55
enum Pitch { UnknownPitch,
FixedPitch
, VariablePitch };
144
Pitch pitch() const { return m_treatAsFixedPitch ?
FixedPitch
: VariablePitch; }
WidthIterator.cpp
181
if (m_run.applyWordRounding() && width == fontData->spaceWidth() && (fontData->pitch() ==
FixedPitch
|| glyph == fontData->spaceGlyph()))
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
635
if (m_run.applyWordRounding() && roundedAdvanceWidth == roundedSpaceWidth && (fontData->pitch() ==
FixedPitch
|| glyph == fontData->spaceGlyph()))
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 100 milliseconds