OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
343
static Length
inchLength
(double inch) { return Length(inch * cssPixelsPerInch, Fixed); }
356
DEFINE_STATIC_LOCAL(Length, letterWidth, (
inchLength
(8.5)));
357
DEFINE_STATIC_LOCAL(Length, letterHeight, (
inchLength
(11)));
358
DEFINE_STATIC_LOCAL(Length, legalWidth, (
inchLength
(8.5)));
359
DEFINE_STATIC_LOCAL(Length, legalHeight, (
inchLength
(14)));
360
DEFINE_STATIC_LOCAL(Length, ledgerWidth, (
inchLength
(11)));
361
DEFINE_STATIC_LOCAL(Length, ledgerHeight, (
inchLength
(17)));
[
all
...]
Completed in 162 milliseconds