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

  /external/clang/test/CodeGenCXX/
2012-03-16-StoreAlign.cpp 22 static Length inchLength(double inch);
24 static const Length legalWidth = inchLength(8.5);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 362 static Length inchLength(double inch) { return Length(inch * cssPixelsPerInch, Fixed); }
375 DEFINE_STATIC_LOCAL(Length, letterWidth, (inchLength(8.5)));
376 DEFINE_STATIC_LOCAL(Length, letterHeight, (inchLength(11)));
377 DEFINE_STATIC_LOCAL(Length, legalWidth, (inchLength(8.5)));
378 DEFINE_STATIC_LOCAL(Length, legalHeight, (inchLength(14)));
379 DEFINE_STATIC_LOCAL(Length, ledgerWidth, (inchLength(11)));
380 DEFINE_STATIC_LOCAL(Length, ledgerHeight, (inchLength(17)));
    [all...]

Completed in 91 milliseconds