OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcText
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Signature.cpp
135
CPDF_Rect
rcText
= rcClient;
145
rcText
.right =
rcText
.left + rcClient.Width() / 2.0f;
150
rcText
.bottom =
rcText
.top - rcClient.Height() / 2.0f;
158
m_pText->Move(
rcText
, TRUE, FALSE);
159
m_pImage->Move(
rcText
, TRUE, FALSE);
PWL_Note.cpp
118
CPDF_Rect
rcText
= m_pText->GetContentRect();
119
rcText
.right += 15.0f;
120
return
rcText
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h
799
RECT
rcText
;
[
all
...]
Completed in 117 milliseconds