Home
last modified time | relevance | path

Searched defs:bmp (Results 1 – 25 of 31) sorted by relevance

12

/external/skia/gm/
Dclippedbitmapshaders.cpp29 SkBitmap bmp; in create_bitmap() local
80 SkBitmap bmp = create_bitmap(); in onDraw() local
Dbigmatrix.cpp61 SkBitmap bmp; in onDraw() local
Dgm.cpp74 SkBitmap bmp; in drawGpuOnlyMessage() local
Dtallstretchedbitmaps.cpp82 SkBitmap bmp = fTallBmps[i].fBmp; in onDraw() local
Dmodecolorfilters.cpp40 SkBitmap bmp; in make_bg_shader() local
Dshadertext2.cpp86 static SkBitmap bmp; in onDraw() local
Dxfermodes3.cpp212 SkBitmap bmp; in onOnceBeforeDraw() local
Dconvexpolyclip.cpp16 SkBitmap bmp; in make_bmp() local
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/widget/
DDemoAppWidgetProvider.java80 Bitmap bmp = plot.getDrawingCache(); in onUpdate() local
/external/skia/bench/
DnanobenchAndroid.cpp54 bool HWUITarget::capturePixels(SkBitmap* bmp) { in capturePixels()
DWritePixelsBench.cpp53 SkBitmap bmp; in onDraw() local
Dnanobench.cpp108 bool Target::capturePixels(SkBitmap* bmp) { in capturePixels()
231 SkBitmap bmp; in write_canvas_png() local
/external/skia/src/utils/android/
DSkHwuiRenderer.cpp79 bool SkHwuiRenderer::capturePixels(SkBitmap* bmp) { in capturePixels()
/external/skia/tests/
DShaderOpacityTest.cpp16 SkBitmap bmp; in test_bitmap() local
DPremulAlphaRoundTripTest.cpp51 SkBitmap bmp; in fillCanvas() local
DReadPixelsTest.cpp97 static SkBitmap bmp; in fillCanvas() local
344 SkBitmap bmp; in DEF_GPUTEST() local
DWritePixelsTest.cpp116 SkBitmap bmp; in fillCanvas() local
456 SkBitmap bmp; in DEF_GPUTEST() local
DDeferredCanvasTest.cpp341 SkBitmap bmp; in TestDeferredCanvasFreshFrame() local
379 SkBitmap bmp; in TestDeferredCanvasFreshFrame() local
/external/e2fsprogs/lib/quota/
Dquotaio_tree.c539 #define set_bit(bmp, ind) ((bmp)[(ind) >> 3] |= (1 << ((ind) & 7))) argument
540 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) argument
622 static uint find_set_bits(char *bmp, int blocks) in find_set_bits()
/external/skia/samplecode/
DSampleShaderText.cpp32 static SkBitmap bmp; in MakeBitmapShader() local
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp108 BITMAP bmp; in GetBitmapSize() local
/external/vboot_reference/futility/
Dcmd_show.c132 BmpBlockHeader *bmp; in futil_cb_show_gbb() local
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DPlot.java617 Bitmap bmp = pingPong.getBitmap(); in onDraw() local
/external/vboot_reference/firmware/include/
Dvboot_api.h182 struct BmpBlockHeader *bmp; member
/external/skia/src/effects/
DSkTableColorFilter.cpp260 SkBitmap* bmp = SkNEW(SkBitmap); in asComponentTable() local

12