Searched refs:kLetterHeight (Results 1 – 3 of 3) sorted by relevance
77 const int kLetterHeight = 792; // 11 * 72 in main() local79 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()
83 const int kLetterHeight = 792; // 11 * 72 in picture_to_pdf() local85 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()
384 kLetterHeight = 792; // 11 * 72 in draw_skdocument() local386 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()