#include <dl_op_records.h>
Definition at line 943 of file dl_op_records.h.
◆ DrawAtlasBaseOp()
Definition at line 944 of file dl_op_records.h.
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive mode
const sk_sp< DlImage > atlas
const uint16_t mode_index
const uint8_t render_with_attributes
const DlImageSampling sampling
◆ equals()
bool flutter::DrawAtlasBaseOp::equals |
( |
const DrawAtlasBaseOp * |
other, |
|
|
const void * |
pod_this, |
|
|
const void * |
pod_other |
|
) |
| const |
|
inline |
Definition at line 964 of file dl_op_records.h.
966 {
967 bool ret = (
count == other->count &&
mode_index == other->mode_index &&
971 if (ret) {
975 }
976 ret = (memcmp(pod_this, pod_other, bytes) == 0);
977 }
978 return ret;
979 }
◆ atlas
◆ count
const int flutter::DrawAtlasBaseOp::count |
◆ has_colors
const uint8_t flutter::DrawAtlasBaseOp::has_colors |
◆ mode_index
const uint16_t flutter::DrawAtlasBaseOp::mode_index |
◆ render_with_attributes
const uint8_t flutter::DrawAtlasBaseOp::render_with_attributes |
◆ sampling
The documentation for this struct was generated from the following file: