Searched refs:TEXT_BLOB_OPITEM (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd_list.cpp | 444 if (!op || op->GetType() != DrawOpItem::TEXT_BLOB_OPITEM) { in GenerateCacheByVector() 607 if (type == DrawOpItem::TEXT_BLOB_OPITEM) { in CountTextBlobNum()
|
H A D | draw_cmd.cpp | 66 { DrawOpItem::TEXT_BLOB_OPITEM, "TEXT_BLOB_OPITEM" }, 302 …if (type == DrawOpItem::TEXT_BLOB_OPITEM && avaliableSize >= sizeof(DrawTextBlobOpItem::Constructo… in GenerateCachedOpItem() 1224 UNMARSHALLING_REGISTER(DrawTextBlob, DrawOpItem::TEXT_BLOB_OPITEM, 1244 …: DrawWithPaintOpItem(cmdList, handle->paintHandle, TEXT_BLOB_OPITEM), x_(handle->x), y_(handle->y) in DrawTextBlobOpItem()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 239 EXPECT_FALSE(player.GenerateCachedOpItem(DrawOpItem::TEXT_BLOB_OPITEM, nullptr, 0)); 245 EXPECT_FALSE(player.GenerateCachedOpItem(DrawOpItem::TEXT_BLOB_OPITEM, &handle, 0));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 68 TEXT_BLOB_OPITEM, enumerator 866 … : OpItem(DrawOpItem::TEXT_BLOB_OPITEM), textBlob(textBlob), globalUniqueId(globalUniqueId), in ConstructorHandle() 879 : DrawWithPaintOpItem(paint, DrawOpItem::TEXT_BLOB_OPITEM), x_(x), y_(y), in DrawTextBlobOpItem()
|