HomeSort by relevance Sort by last modified time
    Searched defs:DrawBitmap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/examples/png_viewer/
png_viewer.cc 82 DrawBitmap();
94 DrawBitmap();
128 void DrawBitmap() {
139 canvas->drawBitmap(bitmap_, 0, 0, &paint);
147 DrawBitmap();
154 DrawBitmap();
161 DrawBitmap();
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 167 DrawBitmap();
170 public void DrawBitmap() {
179 canvas.drawBitmap(bitmap, srcRect, dstRect, null);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 754 STDMETHOD_(void, DrawBitmap)(ID2D1Bitmap *bitmap, const D2D1_RECT_F *destinationRectangle = NULL, FLOAT opacity = 1.0f, D2D1_BITMAP_INTERPOLATION_MODE interpolationMode = D2D1_BITMAP_INTERPOLATION_MODE_LINEAR, const D2D1_RECT_F *sourceRectangle = NULL) PURE;
    [all...]

Completed in 1612 milliseconds