OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brush
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc
257
HBRUSH
brush
= ::CreateSolidBrush(RGB(0, 0, 0));
local
259
::FillRect(dc_mem, &logical_rect,
brush
);
260
::DeleteObject(
brush
);
290
HBRUSH
brush
= ::CreateSolidBrush(RGB(0, 0, 0));
local
291
::FillRect(ps.hdc, &rc,
brush
);
292
::DeleteObject(
brush
);
309
HBRUSH
brush
= ::CreateSolidBrush(::GetSysColor(COLOR_WINDOW));
local
310
::FillRect(ps.hdc, &rc,
brush
);
311
::DeleteObject(
brush
);
/external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp
282
GpSolidFill**
brush
);
284
GpBrush*
brush
,
286
typedef GpStatus(WINGDIPAPI* FuncType_GdipDeleteBrush)(GpBrush*
brush
);
329
GpBrush*
brush
,
436
GDIPCONST GpBrush*
brush
,
497
GDIPCONST GpBrush*
brush
);
[
all
...]
win32_int.h
76
void*
brush
,
/external/skia/src/xps/
SkXPSDevice.cpp
561
"Could not create solid color
brush
.");
582
"Could not create
brush
for side of clamp.");
586
"Could not set
brush
for side of clamp");
603
"Could not set
brush
for corner of clamp.");
669
"Could not create image
brush
.");
686
//create
brush
canvas
689
"Could not create image
brush
canvas.");
692
"Could not get image
brush
canvas visuals collection.");
704
"Could not set tile mode for image
brush
central path.");
706
"Could not set fill
brush
for image brush central path.")
[
all
...]
/external/skqp/src/xps/
SkXPSDevice.cpp
561
"Could not create solid color
brush
.");
582
"Could not create
brush
for side of clamp.");
586
"Could not set
brush
for side of clamp");
603
"Could not set
brush
for corner of clamp.");
669
"Could not create image
brush
.");
686
//create
brush
canvas
689
"Could not create image
brush
canvas.");
692
"Could not get image
brush
canvas visuals collection.");
704
"Could not set tile mode for image
brush
central path.");
706
"Could not set fill
brush
for image brush central path.")
[
all
...]
/external/ImageMagick/coders/
wmf.c
382
/* Enum to control whether util_set_brush applies
brush
to fill or
556
/* *
brush
= WMF_DC_BRUSH(rop_draw->dc); */
559
/* *brush_bmp = WMF_BRUSH_BITMAP(
brush
); */
933
draw_fill_color_string(WmfDrawingWand,"none"); /* Default
brush
is WHITE_BRUSH */
1733
*
brush
= WMF_DC_BRUSH(dc);
local
[
all
...]
/external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp
1954
HBRUSH
brush
= nullptr;
local
[
all
...]
Completed in 183 milliseconds