OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pBrush
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fdp/src/fde/
fde_render.cpp
233
IFDE_Brush*
pBrush
= pPathSet->GetBrush(hPath);
234
if (
pBrush
!= NULL) {
235
m_pRenderDevice->FillPath(
pBrush
, pPath, &m_Transform);
/external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp
779
IFDE_SolidBrush*
pBrush
=
781
pBrush
->SetColor(m_TxtColor);
797
m_pRenderDevice->DrawString(
pBrush
, m_pFont, m_pCharPos, iCount,
804
if (
pBrush
) {
805
pBrush
->Release();
/external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp
[
all
...]
Completed in 51 milliseconds