HomeSort by relevance Sort by last modified time
    Searched refs:fontStretch (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 228 static double fontStretchToDouble(FontStretch fontStretch)
230 return static_cast<unsigned>(fontStretch);
233 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFontStretch(FontStretch fontStretch)
235 return createFromDouble(fontStretchToDouble(fontStretch));
355 return createFromFontStretch(style.fontStretch());
CSSPropertyEquality.cpp 146 return a.fontStretch() == b.fontStretch();
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 251 void FontBuilder::setStretch(FontStretch fontStretch)
255 scope.fontDescription().setStretch(fontStretch);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 740 DWRITE_FONT_STRETCH fontStretch,
811 #define IDWriteFactory_CreateTextFormat(This,fontFamilyName,fontCollection,fontWeight,fontStyle,fontStretch,fontSize,localeName,textFormat) (This)->lpVtbl->CreateTextFormat(This,fontFamilyName,fontCollection,fontWeight,fontStyle,fontStretch,fontSize,localeName,textFormat)
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 532 Property fontStretch = new Property(
534 builder.put("font-stretch", fontStretch);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 558 FontStretch fontStretch() const;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 913 milliseconds