OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:text_matrix
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp
115
CFX_Matrix
text_matrix
= GetTextMatrix();
local
116
text_matrix
.Concat(matrix);
119
pTextMatrix[0] =
text_matrix
.a;
120
pTextMatrix[1] =
text_matrix
.c;
121
pTextMatrix[2] =
text_matrix
.b;
122
pTextMatrix[3] =
text_matrix
.d;
123
m_Pos = CFX_PointF(
text_matrix
.e,
text_matrix
.f);
/external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp
1605
CFX_Matrix
text_matrix
= textobj->GetTextMatrix();
local
1789
CFX_Matrix
text_matrix
= textobj->GetTextMatrix();
local
1853
CFX_Matrix
text_matrix
= textobj->GetTextMatrix();
local
[
all
...]
Completed in 471 milliseconds