OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawBitmap
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java
168
DrawBitmap
();
171
public void
DrawBitmap
() {
180
canvas.
drawBitmap
(bitmap, srcRect, dstRect, null);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1.h
461
STDMETHOD(
DrawBitmap
)(ID2D1Bitmap *bitmap, CONST D2D1_RECT_F *destinationRectangle, FLOAT opacity,
719
STDMETHOD_(void,
DrawBitmap
)(ID2D1Bitmap *bitmap, CONST D2D1_RECT_F *destinationRectangle, FLOAT opacity,
722
using ID2D1RenderTarget::
DrawBitmap
;
[
all
...]
d2d1.h
788
STDMETHOD_(void,
DrawBitmap
)(ID2D1Bitmap *bitmap, const D2D1_RECT_F *destinationRectangle = NULL, FLOAT opacity = 1.0f, D2D1_B (…)
[
all
...]
Completed in 624 milliseconds