OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sAppStream
(Results
1 - 20
of
20
) sorted by null
/external/pdfium/core/src/fpdfdoc/
doc_ap.cpp
400
CFX_ByteTextBuf
sAppStream
;
403
sAppStream
<< "q\n" << sBG << rcBBox.left << " " << rcBBox.bottom << " "
411
sAppStream
<< "q\n" << sBorderStream << "Q\n";
504
sAppStream
<< "/Tx BMC\n"
508
sAppStream
<< rcBody.left << " " << rcBody.bottom << " "
512
sAppStream
<< "BT\n" << CPVT_GenerateAP::GenerateColorAP(crText, TRUE)
549
sAppStream
<< "/Tx BMC\n"
551
sAppStream
<< rcEdit.left << " " << rcEdit.bottom << " "
553
sAppStream
<< "BT\n" << CPVT_GenerateAP::GenerateColorAP(crText, TRUE)
561
sAppStream
<< "q\n" << sButton
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Caret.h
28
void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) override;
42
void GetCaretApp(CFX_ByteTextBuf&
sAppStream
, const CPDF_Point& ptOffset);
PWL_Signature.h
28
void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) override;
55
void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) override;
PWL_Label.h
36
void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) override;
PWL_ScrollBar.h
43
void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) override;
101
void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) override;
PWL_ComboBox.h
40
void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) override;
PWL_Wnd.h
399
void GetAppearanceStream(CFX_ByteTextBuf&
sAppStream
);
400
virtual void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
);
401
virtual void GetChildAppearanceStream(CFX_ByteTextBuf&
sAppStream
);
PWL_ListBox.h
60
void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) override;
PWL_Edit.h
56
void GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) override;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp
16
CFX_ByteTextBuf
sAppStream
;
32
sAppStream
<< "q\n";
33
sAppStream
<< rcPlate.left << " " << rcPlate.bottom << " "
37
sAppStream
<< fHScale << " 0 0 " << fVScale << " " << rcPlate.left + fx
39
sAppStream
<< mt.GetA() << " " << mt.GetB() << " " << mt.GetC() << " "
42
sAppStream
<< "0 g 0 G 1 w /" << sAlias << " Do\n"
46
return
sAppStream
.GetByteString();
PWL_Caret.cpp
26
void CPWL_Caret::GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
27
GetCaretApp(
sAppStream
, CPDF_Point(0.0f, 0.0f));
67
void CPWL_Caret::GetCaretApp(CFX_ByteTextBuf&
sAppStream
,
88
sAppStream
<< sCaret;
PWL_Label.cpp
118
void CPWL_Label::GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
119
CPWL_Wnd::GetThisAppearanceStream(
sAppStream
);
121
sAppStream
<< GetTextAppearanceStream(CPDF_Point(0.0f, 0.0f));
PWL_Signature.cpp
42
CFX_ByteTextBuf&
sAppStream
) {
43
sAppStream
<< CPWL_Image::GetImageAppStream();
174
void CPWL_Signature::GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
175
CPWL_Wnd::GetThisAppearanceStream(
sAppStream
);
PWL_Utils.cpp
373
CFX_ByteTextBuf
sAppStream
;
377
sAppStream
<< "q\n" << sColor;
378
sAppStream
<< rect.left << " " << rect.bottom << " "
383
return
sAppStream
.GetByteString();
388
CFX_ByteTextBuf
sAppStream
;
392
sAppStream
<< "q\n" << sColor << CPWL_Utils::GetAP_Circle(rect) << "f\nQ\n";
395
return
sAppStream
.GetByteString();
803
CFX_ByteTextBuf
sAppStream
, sTemp;
825
sAppStream
<< "q\n" << rcBBox.left << " " << rcBBox.bottom << " "
828
sAppStream
<< sTemp << "Q\n"
[
all
...]
PWL_ScrollBar.cpp
127
void CPWL_SBButton::GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
128
CPWL_Wnd::GetThisAppearanceStream(
sAppStream
);
140
sAppStream
<< "q\n";
162
sAppStream
<< sButton;
180
sAppStream
<< sButton;
204
sAppStream
<< sButton;
222
sAppStream
<< sButton;
233
sAppStream
<< "Q\n";
650
void CPWL_ScrollBar::GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
663
sAppStream
<< sButton
[
all
...]
PWL_Wnd.cpp
305
void CPWL_Wnd::GetAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
307
GetThisAppearanceStream(
sAppStream
);
308
GetChildAppearanceStream(
sAppStream
);
313
void CPWL_Wnd::GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
329
sAppStream
<< sThis;
333
void CPWL_Wnd::GetChildAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
336
pChild->GetAppearanceStream(
sAppStream
);
PWL_Edit.cpp
250
void CPWL_Edit::GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
251
CPWL_Wnd::GetThisAppearanceStream(
sAppStream
);
297
sAppStream
<< sLine;
358
sAppStream
<< "q\n/Tx BMC\n";
361
sAppStream
<< rcClient.left << " " << rcClient.bottom << " "
365
sAppStream
<< sText;
367
sAppStream
<< "EMC\nQ\n";
[
all
...]
PWL_ComboBox.cpp
110
void CPWL_CBButton::GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
111
CPWL_Wnd::GetThisAppearanceStream(
sAppStream
);
137
sAppStream
<< "q\n" << sButton << "Q\n";
PWL_ListBox.cpp
106
void CPWL_ListBox::GetThisAppearanceStream(CFX_ByteTextBuf&
sAppStream
) {
107
CPWL_Wnd::GetThisAppearanceStream(
sAppStream
);
152
sAppStream
<< "/Tx BMC\n" << sClip << "EMC\n";
/external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp
159
CFX_ByteTextBuf
sAppStream
;
163
sAppStream
<< nHorzScale << " Tz\n";
168
sAppStream
<< fCharSpace << " Tc\n";
171
sAppStream
<< sEditStream;
174
return
sAppStream
.GetByteString();
Completed in 2236 milliseconds