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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSHelper.h 32 const double cssPixelsPerInch = 96;
33 const double cssPixelsPerCentimeter = cssPixelsPerInch / 2.54; // 2.54 cm/in
35 const double cssPixelsPerPoint = cssPixelsPerInch / 72;
36 const double cssPixelsPerPica = cssPixelsPerInch / 6;
CSSPrimitiveValue.cpp 119 // between CSS_PX and relative lengths (see cssPixelsPerInch comment in core/css/CSSHelper.h for the topic treatment).
595 factor = cssPixelsPerInch;
651 factor = cssPixelsPerInch;
654 factor = 1 / cssPixelsPerInch;
    [all...]
MediaQueryEvaluator.cpp 287 actualResolution = 300 / cssPixelsPerInch;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 118 return value * cssPixelsPerInch;
150 return value / cssPixelsPerInch;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 343 static Length inchLength(double inch) { return Length(inch * cssPixelsPerInch, Fixed); }
    [all...]

Completed in 264 milliseconds