/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 153 unsigned char* bitmap; /* Glyph bitmap. */ member
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttsbit.c | 476 FT_Bitmap* bitmap; member 721 FT_Bitmap* bitmap; in tt_sbit_decoder_load_byte_aligned() local 863 FT_Bitmap* bitmap; tt_sbit_decoder_load_bit_aligned() local [all...] |
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
H A D | winfnt.c | 1006 FT_Bitmap* bitmap = &slot->bitmap; in FNT_Load_Glyph() local [all...] |
/third_party/skia/tools/ |
H A D | ToolUtils.cpp | 142 SkBitmap bitmap; in create_checkerboard_bitmap() local 165 SkBitmap bitmap; in create_string_bitmap() local
|
/third_party/selinux/checkpolicy/test/ |
H A D | dismod.c | 368 ebitmap_t *bitmap; in display_users() local
|
/third_party/exfatprogs/include/ |
H A D | exfat_ondisk.h | 186 } __attribute__((packed)) bitmap; /* allocation bitmap directory entry */ member
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscmp.c | 505 u8 *bitmap; member [all...] |
H A D | ntfswipe.c | 1107 u8 *bitmap; in wipe_index_allocation() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.cc | 49 ConcurrentBitmap<AccessMode::ATOMIC>* bitmap(const BasicMemoryChunk* chunk) { in bitmap() function in v8::internal::final
|
H A D | mark-compact.h | 38 MarkBitCellIterator(const MemoryChunk* chunk, Bitmap* bitmap) in MarkBitCellIterator() argument 138 LiveObjectRange(const MemoryChunk* chunk, Bitmap* bitmap) in LiveObjectRange() argument 250 ConcurrentBitmap<AccessMode::ATOMIC>* bitmap( in bitmap() function in v8::internal::final 276 ConcurrentBitmap<AccessMode::NON_ATOMIC>* bitmap( in bitmap() function in v8::internal::final 305 ConcurrentBitmap<AccessMode::ATOMIC>* bitmap( in bitmap() function in v8::internal::final 333 ConcurrentBitmap<AccessMode::ATOMIC>* bitmap( in bitmap() function in v8::internal::final 350 ConcurrentBitmap<AccessMode::NON_ATOMIC>* bitmap( in bitmap() function in v8::internal::final [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | sweeper.cc | 298 PlatformAwareObjectStartBitmap& bitmap = page->object_start_bitmap(); in SweepNormalPage() local [all...] |
/third_party/skia/src/core/ |
H A D | SkDraw.cpp | 43 static SkPaint make_paint_with_image(const SkPaint& origPaint, const SkBitmap& bitmap, in make_paint_with_image() argument 960 void SkDraw::drawBitmapAsMask(const SkBitmap& bitmap, const SkSamplingOptions& sampling, in drawBitmapAsMask() argument 1064 drawBitmap(const SkBitmap& bitmap, const SkMatrix& prematrix, const SkRect* dstBounds, const SkSamplingOptions& sampling, const SkPaint& origPaint) const drawBitmap() argument 1132 drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& origPaint) const drawSprite() argument [all...] |
H A D | SkBitmapDevice.cpp | 215 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap) in SkBitmapDevice() argument 230 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice() argument 260 SkBitmap bitmap; Create() local 400 drawBitmap(const SkBitmap& bitmap, const SkMatrix& matrix, const SkRect* dstOrNull, const SkSamplingOptions& sampling, const SkPaint& paint) drawBitmap() argument 431 SkBitmap bitmap; drawImageRect() local 608 makeSpecial(const SkBitmap& bitmap) makeSpecial() argument [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | Device_drawTexture.cpp | 569 draw_tiled_bitmap(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const SkBitmap& bitmap, int tileSize, const SkMatrixProvider& matrixProvider, const SkMatrix& srcToDst, const SkRect& srcRect, const SkIRect& clippedSrcIRect, const SkPaint& paint, GrAA aa, SkCanvas::SrcRectConstraint constraint, SkSamplingOptions sampling, SkTileMode tileMode) draw_tiled_bitmap() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | ShadowRRectOp.cpp | 686 SkBitmap bitmap; in create_falloff_texture() local
|
/third_party/skia/src/image/ |
H A D | SkImage.cpp | 478 bool SkImage::asLegacyBitmap(SkBitmap* bitmap, LegacyBitmapMode ) const { in asLegacyBitmap() argument
|
/third_party/skia/tests/ |
H A D | DeferredDisplayListTest.cpp | 385 SkBitmap bitmap; in DDLSurfaceCharacterizationTestImpl() local 725 SkBitmap bitmap; DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 1120 SkBitmap bitmap; DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all...] |
H A D | BlurTest.cpp | 279 SkBitmap bitmap; in cpu_blur_path() local 576 SkBitmap alpha, bitmap; in DEF_TEST() local
|
H A D | ProcessorTest.cpp | 269 SkBitmap bitmap; in init() local 294 SkBitmap bitmap; in init() local 368 SkBitmap bitmap; in make_input_texture() local [all...] |
H A D | SerializationTest.cpp | 290 SkBitmap bitmap; in TestBitmapSerialization() local 312 SkBitmap bitmap; in draw_picture() local 487 static void setup_bitmap_for_canvas(SkBitmap* bitmap) { in setup_bitmap_for_canvas() argument 492 SkBitmap bitmap; make_checkerboard_image() local [all...] |
H A D | SurfaceTest.cpp | 1119 SkBitmap bitmap; in test_overdraw_surface() local
|
H A D | WritePixelsTest.cpp | 203 check_write(skiatest::Reporter* reporter, SkSurface* surf, SkAlphaType surfaceAlphaType, const SkBitmap& bitmap, int writeX, int writeY) check_write() argument
|
H A D | GrThreadSafeCacheTest.cpp | 86 SkBitmap bitmap; in create_bitmap() local
|
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 174 SkBitmap bitmap; in make_fuzz_shader() local
|
/third_party/skia/dm/ |
H A D | DM.cpp | 925 SkBitmap bitmap; in push_sink() local 1118 SkBitmap bitmap; in Run() local [all...] |