Home
last modified time | relevance | path

Searched refs:kMicronsPerPoint (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/printing/backend/
Dcups_helper.cc39 const double kMicronsPerPoint = 10.0f * kHundrethsMMPerInch / kPointsPerInch; variable
410 static_cast<int>(ppd->sizes[i].width * kMicronsPerPoint + 0.5), in ParsePpdCapabilities()
411 static_cast<int>(ppd->sizes[i].length * kMicronsPerPoint + 0.5)); in ParsePpdCapabilities()