Lines Matching full:bottom
45 float* bottom, in GetBoundingBox() argument
48 if (!page || !left || !bottom || !right || !top) in GetBoundingBox()
56 *bottom = pArray->GetNumberAt(1); in GetBoundingBox()
107 float bottom, in FPDFPage_SetMediaBox() argument
111 CFX_FloatRect(left, bottom, right, top)); in FPDFPage_SetMediaBox()
116 float bottom, in FPDFPage_SetCropBox() argument
120 CFX_FloatRect(left, bottom, right, top)); in FPDFPage_SetCropBox()
125 float bottom, in FPDFPage_SetBleedBox() argument
129 CFX_FloatRect(left, bottom, right, top)); in FPDFPage_SetBleedBox()
134 float bottom, in FPDFPage_SetTrimBox() argument
138 CFX_FloatRect(left, bottom, right, top)); in FPDFPage_SetTrimBox()
143 float bottom, in FPDFPage_SetArtBox() argument
147 CFX_FloatRect(left, bottom, right, top)); in FPDFPage_SetArtBox()
152 float* bottom, in FPDFPage_GetMediaBox() argument
156 pdfium::page_object::kMediaBox, left, bottom, right, in FPDFPage_GetMediaBox()
162 float* bottom, in FPDFPage_GetCropBox() argument
166 pdfium::page_object::kCropBox, left, bottom, right, in FPDFPage_GetCropBox()
172 float* bottom, in FPDFPage_GetBleedBox() argument
176 pdfium::page_object::kBleedBox, left, bottom, right, in FPDFPage_GetBleedBox()
182 float* bottom, in FPDFPage_GetTrimBox() argument
186 pdfium::page_object::kTrimBox, left, bottom, right, in FPDFPage_GetTrimBox()
192 float* bottom, in FPDFPage_GetArtBox() argument
196 pdfium::page_object::kArtBox, left, bottom, right, top); in FPDFPage_GetArtBox()
227 WriteFloat(text_buf, rect.bottom) << " "; in FPDFPage_TransFormWithClip()
364 float bottom, in FPDF_CreateClipPath() argument
368 Path.AppendRect(left, bottom, right, top); in FPDF_CreateClipPath()