/external/opencv3/3rdparty/openexr/Imath/ |
ImathFrustumTest.h | 104 // BBoxes: To test an axis-aligned bbox, test the center against each plane
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2font.c | 449 /* Note: use both integer and fraction for outlines. This allows bbox */
|
/external/skia/src/core/ |
SkDraw.cpp | 840 SkRect bbox = devRect; local 844 bbox.outset(1, 1); 850 bbox.outset(SkScalarHalf(ssize.x()), SkScalarHalf(ssize.y())); 854 SkIRect ir = bbox.roundOut(); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
invitation.svg | 304 inkscape:grid-bbox="true"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 223 x, y, cx, cy = text.bbox(self.startindex)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
ttk.py | 669 def bbox(self, index): member in class:Entry 672 return self.tk.call(self._w, "bbox", index) 1177 def bbox(self, item, column=None): member in class:Treeview [all...] |
Tkinter.py | 1329 bbox = grid_bbox variable in class:Misc 2206 def bbox(self, *args): member in class:Canvas 2553 def bbox(self, *args): member in class:Listbox 2890 def bbox(self, *args): member in class:Text 3402 def bbox(self, index): member in class:Spinbox [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 223 x, y, cx, cy = text.bbox(self.startindex)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
ttk.py | 669 def bbox(self, index): member in class:Entry 672 return self.tk.call(self._w, "bbox", index) 1177 def bbox(self, item, column=None): member in class:Treeview [all...] |
Tkinter.py | 1329 bbox = grid_bbox variable in class:Misc 2206 def bbox(self, *args): member in class:Canvas 2553 def bbox(self, *args): member in class:Listbox 2890 def bbox(self, *args): member in class:Text 3402 def bbox(self, index): member in class:Spinbox [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 223 x, y, cx, cy = text.bbox(self.startindex)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 669 def bbox(self, index): member in class:Entry 672 return self.tk.call(self._w, "bbox", index) 1177 def bbox(self, item, column=None): member in class:Treeview [all...] |
Tkinter.py | 1329 bbox = grid_bbox variable in class:Misc 2206 def bbox(self, *args): member in class:Canvas 2553 def bbox(self, *args): member in class:Listbox 2890 def bbox(self, *args): member in class:Text 3402 def bbox(self, index): member in class:Spinbox [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 223 x, y, cx, cy = text.bbox(self.startindex)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 669 def bbox(self, index): member in class:Entry 672 return self.tk.call(self._w, "bbox", index) 1177 def bbox(self, item, column=None): member in class:Treeview [all...] |
Tkinter.py | 1329 bbox = grid_bbox variable in class:Misc 2206 def bbox(self, *args): member in class:Canvas 2553 def bbox(self, *args): member in class:Listbox 2890 def bbox(self, *args): member in class:Text 3402 def bbox(self, index): member in class:Spinbox [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
freetype.h | 1058 FT_BBox bbox; member in struct:FT_FaceRec_ [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
freetype.h | 1058 FT_BBox bbox; member in struct:FT_FaceRec_ [all...] |
/external/freetype/src/base/ |
ftobjs.c | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftobjs.c | [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftobjs.c | [all...] |
/external/skia/src/ports/ |
SkFontHost_mac.cpp | 1612 CGRect bbox = CTFontGetBoundingBox(ctFont); local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/ |
ft2-outline_processing.html | 524 <p>If the font is tricky and the glyph has been loaded with <a href="ft2-base_interface.html#FT_LOAD_XXX">FT_LOAD_NO_SCALE</a>, the resulting BBox is meaningless. To get reasonable values for the BBox it is necessary to load the glyph at a large ppem value (so that the hinting instructions can properly shift and scale the subglyphs), then extracting the BBox, which can be eventually converted back to font units.</p> [all...] |
/external/opencv3/modules/imgproc/misc/java/test/ |
ImgprocTest.java | 211 Rect bbox = Imgproc.boundingRect(points); local 213 assertTrue(bbox.contains(p1)); 214 assertFalse(bbox.contains(p2)); [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 774 SkRect bbox = SkRect::MakeWH(SkIntToScalar(this->width()), local 780 inverse.mapRect(&bbox); 782 SkPDFUtils::AppendRectangle(bbox, &contentEntry->fContent); [all...] |