Home
last modified time | relevance | path

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

/external/skia/experimental/tools/
Dmultipage_pdf_profiler.cpp77 const int kLetterHeight = 792; // 11 * 72 in main() local
79 SkIntToScalar(kLetterHeight)); in main()
82 int yPages = ((height - 1) / kLetterHeight) + 1; in main()
110 int h = SkTMin(kLetterHeight, height - (y * kLetterHeight)); in main()
117 SkIntToScalar(-kLetterHeight * y)); in main()
Dskp_to_pdf_md5.cpp83 const int kLetterHeight = 792; // 11 * 72 in picture_to_pdf() local
85 SkIntToScalar(kLetterHeight)); in picture_to_pdf()
88 int yPages = ((height - 1) / kLetterHeight) + 1; in picture_to_pdf()
93 int h = SkTMin(kLetterHeight, height - (y * kLetterHeight)); in picture_to_pdf()
97 SkIntToScalar(-kLetterHeight * y)); in picture_to_pdf()
/external/skia/dm/
DDMSrcSink.cpp384 kLetterHeight = 792; // 11 * 72 in draw_skdocument() local
386 SkIntToScalar(kLetterHeight)); in draw_skdocument()
389 int yPages = ((height - 1) / kLetterHeight) + 1; in draw_skdocument()
394 int h = SkTMin(kLetterHeight, height - (y * kLetterHeight)); in draw_skdocument()