OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_BBox
(Results
1 - 10
of
10
) sorted by null
/external/pdfium/core/fpdfapi/page/
cpdf_page.cpp
54
m_BBox
= pCropBox->GetRect();
55
m_BBox
.Normalize();
57
if (
m_BBox
.IsEmpty())
58
m_BBox
= mediabox;
60
m_BBox
.Intersect(mediabox);
62
m_PageWidth =
m_BBox
.right -
m_BBox
.left;
63
m_PageHeight =
m_BBox
.top -
m_BBox
.bottom;
69
m_PageMatrix = CFX_Matrix(1.0f, 0, 0, 1.0f, -
m_BBox
.left, -m_BBox.bottom)
[
all
...]
cpdf_tilingpattern.h
33
const CFX_FloatRect& bbox() const { return
m_BBox
; }
40
CFX_FloatRect
m_BBox
;
cpdf_pageobjectholder.h
55
CFX_FloatRect
m_BBox
;
cpdf_tilingpattern.cpp
53
m_BBox
= pDict->GetRectFor("BBox");
cpdf_contentparser.cpp
171
&m_pObjectHolder->
m_BBox
, nullptr, 0);
187
m_pType3Char->
m_BBox
.left =
189
m_pType3Char->
m_BBox
.bottom =
191
m_pType3Char->
m_BBox
.right =
193
m_pType3Char->
m_BBox
.top =
cpdf_page.h
56
CFX_FloatRect GetPageBBox() const { return
m_BBox
; }
cpdf_streamcontentparser.h
197
CFX_FloatRect
m_BBox
;
cpdf_streamcontentparser.cpp
286
m_BBox
= *pBBox;
[
all
...]
/external/pdfium/core/fpdfapi/font/
cpdf_type3char.h
32
FX_RECT
m_BBox
;
cpdf_type3font.cpp
117
FX_RECT& rcBBox = pNewChar->
m_BBox
;
151
return pChar ? pChar->
m_BBox
: FX_RECT();
Completed in 287 milliseconds