OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFX_WindowsDIB
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp
15
CFX_ByteString
CFX_WindowsDIB
::GetBitmapInfo(const CFX_DIBitmap* pBitmap) {
100
CFX_DIBitmap*
CFX_WindowsDIB
::LoadFromBuf(BITMAPINFO* pbmi, LPVOID pData) {
103
HBITMAP
CFX_WindowsDIB
::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC) {
117
CFX_DIBitmap*
CFX_WindowsDIB
::LoadFromFile(const FX_WCHAR* filename) {
150
CFX_DIBitmap*
CFX_WindowsDIB
::LoadDIBitmap(WINDIB_Open_Args_ args) {
183
CFX_DIBitmap*
CFX_WindowsDIB
::LoadFromDDB(HDC hDC,
264
CFX_WindowsDIB
::
CFX_WindowsDIB
(HDC hDC, int width, int height) {
278
CFX_WindowsDIB
::~
CFX_WindowsDIB
() {
[
all
...]
/external/pdfium/core/include/fxge/
fx_ge_win32.h
25
class
CFX_WindowsDIB
: public CFX_DIBitmap {
46
CFX_WindowsDIB
(HDC hDC, int width, int height);
48
~
CFX_WindowsDIB
();
Completed in 53 milliseconds