Searched refs:widthScale (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusLineCaps.h123 CustomLineCap::SetWidthScale(IN REAL widthScale) argument
125 return SetStatus(DllExports::GdipSetCustomLineCapWidthScale(nativeCap, widthScale));
131 REAL widthScale; local
132 SetStatus(DllExports::GdipGetCustomLineCapWidthScale(nativeCap, &widthScale));
134 return widthScale;
H A DGdiPlusHeaders.h715 Status SetWidthScale(IN REAL widthScale);
H A DGdiPlusFlat.h1131 GdipSetCustomLineCapWidthScale(GpCustomLineCap* customCap, REAL widthScale);
1134 GdipGetCustomLineCapWidthScale(GpCustomLineCap* customCap, REAL* widthScale);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutSize.h82 void scale(float widthScale, float heightScale) argument
84 m_width *= widthScale;
121 float widthScale = width().toFloat() / aspectRatio.width().toFloat(); local
122 if ((widthScale > heightScale) != (fit == AspectRatioFitGrow))
H A DIntSize.h65 void scale(float widthScale, float heightScale) argument
67 m_width = static_cast<int>(static_cast<float>(m_width) * widthScale);
H A DFloatRect.cpp256 float widthScale = destRect.width() / srcRect.width(); local
258 return FloatRect(destRect.x() + (r.x() - srcRect.x()) * widthScale,
260 r.width() * widthScale, r.height() * heightScale);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DImageDocument.cpp230 float widthScale = windowSize.width().toFloat() / imageSize.width().toFloat(); local
233 return min(widthScale, heightScale);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp279 float widthScale = m_image->hasRelativeWidth() ? 1.0f : multiplier; local
282 imageSize.scale(widthScale, heightScale);

Completed in 1747 milliseconds