/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_path.cpp | 35 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit); in CalcBoundingBox() 37 rect = m_Path.GetBoundingBox(); in CalcBoundingBox()
|
D | fpdf_page_graph_state.cpp | 93 rect = GetPath(0).GetBoundingBox(); in GetClipBox() 95 CPDF_Rect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox() 133 CPDF_Rect new_rect = path.GetBoundingBox(); in AppendPath()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | image_util_bitmap_impl.py | 43 def GetBoundingBox(bitmap, color, tolerance): function 44 return bitmap.GetBoundingBox(color, tolerance)
|
D | video.py | 81 content_box, pixel_count = image_util.GetBoundingBox(bmp, color,
|
D | image_util_numpy_impl.py | 114 def GetBoundingBox(image, color, tolerance): function
|
D | _bitmap.py | 217 def GetBoundingBox(self, color, tolerance=0): member in Bitmap
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
D | image_util.py | 96 def GetBoundingBox(image, color, tolerance=0): function 107 return impl.GetBoundingBox(image, color, tolerance)
|
D | image_util_unittest.py | 109 box, count = image_util.GetBoundingBox(bmp, rgba_color.RgbaColor(1, 0, 0)) 113 box, count = image_util.GetBoundingBox(bmp, rgba_color.RgbaColor(0, 1, 0))
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 48 CFX_FloatRect GetBoundingBox() const { return m_pObject->GetBoundingBox(); } in GetBoundingBox() function 50 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, in GetBoundingBox() function 52 return m_pObject->GetBoundingBox(line_width, miter_limit); in GetBoundingBox()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 28 FPDF_BOOL GetBoundingBox(CPDF_Page* page, in GetBoundingBox() function 78 return pPage && GetBoundingBox(pPage, "MediaBox", left, bottom, right, top); in FPDFPage_GetMediaBox() 87 return pPage && GetBoundingBox(pPage, "CropBox", left, bottom, right, top); in FPDFPage_GetCropBox()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.cpp | 256 CFX_FloatRect rect = m_Path.GetBoundingBox(); in GetBBox() 263 CFX_FloatRect rect = m_Path.GetBoundingBox(fLineWidth, fMiterLimit); in GetBBox()
|
D | fde_gedevice.cpp | 430 CFX_FloatRect rectf = pPath->GetBoundingBox(); in FillHatchPath() 476 CFX_FloatRect rectf = pPath->GetBoundingBox(); in WrapTexture()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 135 CFX_FloatRect GetBoundingBox() const; 137 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const;
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 233 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in DrawPath() 236 bbox = pPathData->GetBoundingBox(); in DrawPath()
|
D | fx_ge_ps.cpp | 143 CFX_FloatRect rect = pPathData->GetBoundingBox(); in SetClip_PathFill() 167 CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in SetClip_PathStroke()
|
D | fx_ge_path.cpp | 192 CFX_FloatRect CFX_PathData::GetBoundingBox() const { in GetBoundingBox() function in CFX_PathData 338 CFX_FloatRect CFX_PathData::GetBoundingBox(FX_FLOAT line_width, in GetBoundingBox() function in CFX_PathData
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 860 CFX_FloatRect bbox_f = pPathData->GetBoundingBox(); in DrawPath()
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 931 CFX_FloatRect rectf = path->GetPathData()->GetBoundingBox(); in FillPathWithPattern()
|