OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Gdiplus
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp
34
m_pBitmap =
Gdiplus
::Bitmap::FromBITMAPINFO(&bmi, pBitmap->GetBuffer());
36
m_pGraphics =
Gdiplus
::Graphics::FromImage(m_pBitmap);
40
m_pGraphics->SetClip((const
Gdiplus
::RectF&)m_rtClipRect);
57
Gdiplus
::Status eRet = m_pGraphics->Restore((
Gdiplus
::GraphicsState)hState);
58
if (eRet ==
Gdiplus
::Ok) {
59
Gdiplus
::Rect rt;
61
if (eRet ==
Gdiplus
::Ok) {
69
return m_pGraphics->SetClip((const
Gdiplus
::RectF&)rtClip) ==
Gdiplus
::Ok;
[
all
...]
fde_gdidevice.h
141
Gdiplus
::Pen* CreateGdiPen(IFDE_Pen* pPen, FX_FLOAT fPenWidth);
142
void ReleaseGdiPen(
Gdiplus
::Pen* pGdiPen);
143
Gdiplus
::Brush* CreateGdiBrush(IFDE_Brush* pBrush);
144
void ReleaseGdiBrush(
Gdiplus
::Brush* pGdiBrush);
147
Gdiplus
::GraphicsState m_GraphicsState;
148
Gdiplus
::Graphics* m_pGraphics;
149
Gdiplus
::Bitmap* m_pBitmap;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h
2
*
gdiplus
.h
46
namespace
Gdiplus
{
81
} /* namespace
Gdiplus
*/
/external/ImageMagick/coders/
emf.c
54
# include <
gdiplus
.h>
57
# pragma comment(lib, "
gdiplus
.lib")
647
static inline void EMFSetDimensions(Image * image,
Gdiplus
::Image *source)
652
image->columns=(size_t) floor((
Gdiplus
::REAL) source->GetWidth()/
654
image->rows=(size_t)floor((
Gdiplus
::REAL) source->GetHeight()/
661
Gdiplus
::Bitmap
664
Gdiplus
::BitmapData
667
Gdiplus
::GdiplusStartupInput
670
Gdiplus
::Graphics
673
Gdiplus
::Imag
[
all
...]
/external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.cpp
193
Gdiplus
::PrivateFontCollection pfc;
194
if (pfc.AddMemoryFont(pBuffer, iLength) !=
Gdiplus
::Ok) {
221
Gdiplus
::PrivateFontCollection pfc;
222
if (pfc.AddFontFile(pszFileName) !=
Gdiplus
::Ok) {
270
int32_t CFX_GdiFont::GetFontFamilies(
Gdiplus
::FontCollection& fc) {
275
Gdiplus
::FontFamily* pFontFamilies = FX_Alloc(
Gdiplus
::FontFamily, iCount);
fx_gdifont.h
85
int32_t GetFontFamilies(
Gdiplus
::FontCollection& fc);
/external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp
13
namespace
Gdiplus
{
16
} // namespace
Gdiplus
18
#include <
gdiplus
.h>
22
using namespace
Gdiplus
;
23
using namespace
Gdiplus
::DllExports;
687
strPlusPath += "
GDIPLUS
.DLL";
[
all
...]
Completed in 107 milliseconds