OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spaceWidth
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.h
126
int
spaceWidth
() const
130
void setSpaceWidth(int
spaceWidth
)
132
m_spaceWidth =
spaceWidth
;
UniscribeHelperTextRun.cpp
60
setSpaceWidth(font.
spaceWidth
());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h
122
float
spaceWidth
() const { return m_spaceWidth; }
124
void setSpaceWidth(float
spaceWidth
) { m_spaceWidth =
spaceWidth
; }
Font.h
136
float
spaceWidth
() const { return primaryFont()->
spaceWidth
() + m_letterSpacing; }
328
float tabWidth = tabSize * fontData.
spaceWidth
() + letterSpacing();
WidthIterator.cpp
181
if (m_run.applyWordRounding() && width == fontData->
spaceWidth
() && (fontData->pitch() == FixedPitch || glyph == fontData->spaceGlyph()))
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp
382
static SkBitmap createBitmapWithSpace(const SkBitmap& bitmap, int
spaceWidth
, int spaceHeight)
386
bitmap.width() +
spaceWidth
,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
587
float
spaceWidth
= fontData->
spaceWidth
() - fontData->syntheticBoldOffset();
588
CGFloat roundedSpaceWidth = roundCGFloat(
spaceWidth
);
615
CGSize advance = treatAsSpace ? CGSizeMake(
spaceWidth
, advances[i].height) : advances[i];
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp
114
fontData->setAvgCharWidth(numeralZeroGlyph ? fontData->widthForGlyph(numeralZeroGlyph) : fontData->
spaceWidth
());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp
732
float monospaceCharacterWidth = f.
spaceWidth
();
818
float
spaceWidth
= font.width(RenderBlockFlow::constructTextRun(this, font, &space, 1, style()));
819
maxWidth -=
spaceWidth
;
[
all
...]
RenderBlock.cpp
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
Completed in 678 milliseconds