OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sAppStream
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp
202
std::ostringstream
sAppStream
;
215
sAppStream
<< sColor;
216
sAppStream
<< fLeft << " " << fBottom << " " << fRight - fLeft << " "
218
sAppStream
<< fLeft + fWidth << " " << fBottom + fWidth << " "
221
sAppStream
<< "f*\n";
227
sAppStream
<< sColor;
228
sAppStream
<< fWidth << " w"
231
sAppStream
<< fLeft + fWidth / 2 << " " << fBottom + fWidth / 2
233
sAppStream
<< fLeft + fWidth / 2 << " " << fTop - fWidth / 2
235
sAppStream
<< fRight - fWidth / 2 << " " << fTop - fWidth /
[
all
...]
/external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp
403
std::ostringstream
sAppStream
;
406
AutoClosedQCommand q(&
sAppStream
);
407
sAppStream
<< sColor << GetAP_Circle(rect) << kFillOperator << "\n";
409
return ByteString(
sAppStream
);
419
std::ostringstream
sAppStream
;
423
AutoClosedQCommand q(&
sAppStream
);
436
AutoClosedQCommand q2(&
sAppStream
);
437
sAppStream
<< fWidth << " " << kSetLineWidthOperator << "\n"
445
AutoClosedQCommand q2(&
sAppStream
);
446
sAppStream
<< fWidth << " " << kSetLineWidthOperator << "\n
[
all
...]
Completed in 48 milliseconds