Searched defs:GetBoundingBox (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dimage_util_bitmap_impl.py43 def GetBoundingBox(bitmap, color, tolerance): function
44 return bitmap.GetBoundingBox(color, tolerance)
H A Dimage_util_numpy_impl.py119 def GetBoundingBox(image, color, tolerance): function
H A D_bitmap.py224 def GetBoundingBox(self, color, tolerance=0): member in class:Bitmap
/external/chromium-trace/catapult/telemetry/telemetry/util/
H A Dimage_util.py96 def GetBoundingBox(image, color, tolerance=0): function
107 return impl.GetBoundingBox(image, color, tolerance)
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_path.cpp27 CFX_FloatRect CPDF_Path::GetBoundingBox() const { function in class:CPDF_Path
28 return m_Ref.GetObject()->GetBoundingBox();
31 CFX_FloatRect CPDF_Path::GetBoundingBox(FX_FLOAT line_width, function in class:CPDF_Path
33 return m_Ref.GetObject()->GetBoundingBox(line_width, miter_limit);
/external/pdfium/fpdfsdk/
H A Dfpdf_transformpage.cpp38 bool GetBoundingBox(CPDF_Page* page, function in namespace:__anon15752
87 return pPage && GetBoundingBox(pPage, "MediaBox", left, bottom, right, top);
96 return pPage && GetBoundingBox(pPage, "CropBox", left, bottom, right, top);

Completed in 1735 milliseconds