OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transformedpath
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp
609
CFX_PathData
TransformedPath
(*pPathData);
611
TransformedPath
.Transform(&matrix);
616
for (int p = 0; p <
TransformedPath
.GetPointCount(); p++) {
617
FX_FLOAT x =
TransformedPath
.GetPointX(p), y =
TransformedPath
.GetPointY(p);
618
switch (
TransformedPath
.GetFlag(p) & FXPT_TYPE) {
628
buf << x << " " << y << " " <<
TransformedPath
.GetPointX(p + 1) << " "
629
<<
TransformedPath
.GetPointY(p + 1) << " "
630
<<
TransformedPath
.GetPointX(p + 2) << " "
631
<<
TransformedPath
.GetPointY(p + 2) << " c\n"
[
all
...]
fx_ge_text.cpp
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
[
all
...]
Completed in 806 milliseconds