OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawBitmap
(Results
1 - 6
of
6
) 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);
/external/skia/include/private/
SkRecords.h
45
M(
DrawBitmap
) \
235
RECORD(
DrawBitmap
, kDraw_Tag|kHasImage_Tag,
/external/skia/src/core/
SkRecorder.cpp
188
APPEND(
DrawBitmap
, this->copy(paint), bitmap, left, top);
SkRecordDraw.cpp
90
DRAW(
DrawBitmap
,
drawBitmap
(r.bitmap.shallowCopy(), r.left, r.top, r.paint));
423
Bounds bounds(const
DrawBitmap
& op) const {
/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
...]
/external/skia/tools/debugger/
SkDrawCommand.cpp
185
case kDrawBitmap_OpType: return "
DrawBitmap
";
274
INSTALL_FACTORY(
DrawBitmap
);
[
all
...]
Completed in 312 milliseconds