HomeSort by relevance Sort by last modified time
    Searched defs:bbox (Results 51 - 69 of 69) sorted by null

1 23

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 909 FX_RECT bbox = rect; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
freetype.h 949 FT_BBox bbox; member in struct:FT_FaceRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
psaux.h 548 /* bbox :: Unused. */
578 FT_BBox bbox; /* bounding box */ member in struct:T1_BuilderRec_
    [all...]
tttypes.h 1400 FT_BBox bbox; member in struct:TT_LoaderRec_
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 766 FX_RECT bbox = bbox_f.GetInnerRect(); local
767 if (bbox.Width() <= 0) {
768 return DrawCosmeticLine((FX_FLOAT)(bbox.left), (FX_FLOAT)(bbox.top), (FX_FLOAT)(bbox.left), (FX_FLOAT)(bbox.bottom + 1), fill_color,
770 } else if (bbox.Height() <= 0) {
771 return DrawCosmeticLine((FX_FLOAT)(bbox.left), (FX_FLOAT)(bbox.top), (FX_FLOAT)(bbox.right + 1), (FX_FLOAT)(bbox.top), fill_color,
    [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 654 static void doGroup_before(SkPdfContext* pdfContext, SkCanvas* canvas, SkRect bbox,
656 SkRect bboxOrig = bbox;
666 //static void doGroup_after(SkPdfContext* pdfContext, SkCanvas* canvas, SkRect bbox,
681 SkPdfReport(kIgnoreError_SkPdfIssueSeverity, kMissingRequiredKey_SkPdfIssue, "BBox",
709 SkRect bbox = skobj->BBox(pdfContext->fPdfDoc); local
711 canvas->clipRect(bbox, SkRegion::kIntersect_Op, false);
716 doGroup_before(pdfContext, canvas, bbox, tgroup, false);
740 SkPdfReport(kIgnoreError_SkPdfIssueSeverity, kMissingRequiredKey_SkPdfIssue, "BBox",
764 SkRect bbox = skobj->BBox(pdfContext->fPdfDoc) local
909 SkRect bbox = skobj->MediaBox(pdfContext->fPdfDoc); local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 223 void getBBoxForCurrentGlyph(SkGlyph* glyph, FT_BBox* bbox,
225 bool getCBoxForLetter(char letter, FT_BBox* bbox);
457 static bool GetLetterCBox(FT_Face face, char letter, FT_BBox* bbox) {
463 FT_Outline_Get_CBox(&face->glyph->outline, bbox);
608 FT_BBox bbox;
609 if (GetLetterCBox(face, stem_chars[i], &bbox)) {
610 int16_t width = bbox.xMax - bbox.xMin;
651 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax
1245 FT_BBox bbox; local
1451 FT_BBox bbox; local
1457 FT_BBox bbox; local
    [all...]
SkFontHost_mac.cpp 1590 CGRect bbox = CTFontGetBoundingBox(ctFont); local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 1400 FT_BBox bbox; member in struct:TT_LoaderRec_
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 836 SkRect bbox = SkRect::MakeWH(SkIntToScalar(this->width()), local
842 inverse.mapRect(&bbox);
844 SkPDFUtils::AppendRectangle(bbox, &contentEntry->fContent);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 1590 CGRect bbox = CTFontGetBoundingBox(ctFont); local
    [all...]
  /external/freetype/include/internal/
tttypes.h 1477 FT_BBox bbox; member in struct:TT_LoaderRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 1400 FT_BBox bbox; member in struct:TT_LoaderRec_
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 836 SkRect bbox = SkRect::MakeWH(SkIntToScalar(this->width()), local
842 inverse.mapRect(&bbox);
844 SkPDFUtils::AppendRectangle(bbox, &contentEntry->fContent);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 422 def bbox(self, *args): member in class:ScrolledCanvas
425 return self._canvas.bbox(*args)
622 x0, y0, x1, y1 = self.cv.bbox(item)
    [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/lib-tk/
turtle.py 422 def bbox(self, *args): member in class:ScrolledCanvas
425 return self._canvas.bbox(*args)
622 x0, y0, x1, y1 = self.cv.bbox(item)
    [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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp 3296 LayoutRect bbox = toRenderBox(child)->borderBoxRect(); local
    [all...]

Completed in 675 milliseconds

1 23