Home
last modified time | relevance | path

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

123

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibbitmask.c59 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit()
68 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) in _setbit()
86 struct bitmask *bmp; in bitmask_alloc() local
101 void bitmask_free(struct bitmask *bmp) in bitmask_free()
126 int bitmask_displayhex(char *buf, int buflen, const struct bitmask *bmp) in bitmask_displayhex()
185 int bitmask_displaylist(char *buf, int buflen, const struct bitmask *bmp) in bitmask_displaylist()
220 int bitmask_parsehex(const char *buf, struct bitmask *bmp) in bitmask_parsehex()
299 int bitmask_parselist(const char *buf, struct bitmask *bmp) in bitmask_parselist()
361 struct bitmask *bitmask_setall(struct bitmask *bmp) in bitmask_setall()
370 struct bitmask *bitmask_clearall(struct bitmask *bmp) in bitmask_clearall()
[all …]
Dmeminfo.c92 struct bitmask *bmp = NULL; in get_nmems() local
/third_party/skia/gm/
Dclippedbitmapshaders.cpp37 SkBitmap bmp; in create_bitmap() local
87 SkBitmap bmp = create_bitmap(); in onDraw() local
Dswizzle.cpp27 SkBitmap bmp; variable
Dcrosscontextimage.cpp40 SkBitmap bmp; variable
Dbigmatrix.cpp51 SkBitmap bmp; variable
Drectangletexture.cpp65 SkBitmap bmp; in makeImagePixels() local
82 SkBitmap bmp; in makeImagePixels() local
Dbitmaptiled.cpp42 SkBitmap bmp; in draw_tile_bitmap_with_fractional_offset() local
Djpg_color_cube.cpp40 SkBitmap bmp; in onOnceBeforeDraw() local
Dfpcoordinateoverride.cpp83 SkBitmap bmp; variable
Dyuv420_odd_dim.cpp28 SkBitmap bmp; in make_image() local
Dimageblurrepeatmode.cpp146 SkBitmap bmp; variable
Dtallstretchedbitmaps.cpp89 SkBitmap bmp = fTallBmps[i].fBmp; in onDraw() local
Dmodecolorfilters.cpp54 SkBitmap bmp; in make_bg_shader() local
/third_party/libdrm/tests/etnaviv/
Detnaviv_2d_test.c73 static void gen_cmd_stream(struct etna_cmd_stream *stream, struct etna_bo *bmp, const int width, co… in gen_cmd_stream()
180 struct etna_bo *bmp; in main() local
/third_party/skia/tools/fiddle/
Dexamples.cpp30 SkBitmap bmp; in main() local
/third_party/skia/bench/
DWritePixelsBench.cpp39 SkBitmap bmp; in onDraw() local
/third_party/skia/tests/
DShaderOpacityTest.cpp20 SkBitmap bmp; in test_bitmap() local
DSkbug6653.cpp17 SkBitmap bmp; in read_pixels() local
/third_party/skia/docs/examples/
DUnpremulBugs.cpp15 SkBitmap bmp; in doCell() local
/third_party/skia/tools/skiaserve/
DRequest.cpp44 SkBitmap bmp; in writeCanvasToPng() local
279 SkBitmap bmp; in getPixel() local
/third_party/skia/fuzz/
DFuzzDrawFunctions.cpp66 static void init_bitmap(Fuzz* fuzz, SkBitmap* bmp) { in init_bitmap()
254 SkBitmap bmp; in fuzz_drawImage() local
/third_party/f2fs-tools/fsck/
Dquotaio_tree.c556 #define set_bit(bmp, ind) ((bmp)[(ind) >> 3] |= (1 << ((ind) & 7))) argument
557 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) argument
645 static unsigned int find_set_bits(char *bmp, int blocks) in find_set_bits()
/third_party/skia/src/image/
DSkRescaleAndReadPixels.cpp17 void SkRescaleAndReadPixels(SkBitmap bmp, in SkRescaleAndReadPixels()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DMainActivity.java48 Bitmap bmp = Bitmap.createBitmap(400, 400, conf); in onCreate() local

123