/third_party/skia/src/core/ |
D | SkPicture.cpp | 322 struct Placeholder : public SkPicture { in MakePlaceholder() struct 323 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() argument 325 void playback(SkCanvas*, AbortCallback*) const override { } in MakePlaceholder() 329 int approximateOpCount(bool) const override { in MakePlaceholder() 332 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder() 333 SkRect cullRect() const override { return fCull; } in MakePlaceholder() 335 SkRect fCull; in MakePlaceholder()
|
/third_party/flutter/skia/src/core/ |
D | SkPicture.cpp | 319 struct Placeholder : public SkPicture { in MakePlaceholder() struct 320 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() argument 322 void playback(SkCanvas*, AbortCallback*) const override { } in MakePlaceholder() 326 int approximateOpCount() const override { return SK_MaxS32; } in MakePlaceholder() 327 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder() 328 SkRect cullRect() const override { return fCull; } in MakePlaceholder() 330 SkRect fCull; in MakePlaceholder()
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 319 struct Placeholder { struct 321 Placeholder(size_t start, size_t end, const PlaceholderStyle& style, const TextStyle& textStyle, in Placeholder() argument 330 PlaceholderStyle fStyle; argument 331 TextStyle fTextStyle; 332 BlockRange fBlocksBefore; 333 TextRange fTextBefore;
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | index.d.ts | 30 export type Placeholder = string | number; alias
|
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/ |
D | index.d.ts | 28 export type Placeholder = string | number; alias
|
/third_party/skia/experimental/sktext/include/ |
D | Types.h | 174 struct Placeholder { struct 175 SkSize dimensions; 176 float yOffsetFromBaseline;
|
/third_party/typescript/tests/cases/compiler/ |
D | ramdaToolsNoInfinite.ts | 86 export type Placeholder = { __placeholder: void }; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 220 int val; in TEST()
|
/third_party/spirv-tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 220 int val; in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 220 int val; in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 67 SkTArray<Placeholder, true> placeholders, in ParagraphImpl() 88 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
|
/third_party/rust/crates/clap/src/builder/ |
D | styled_str.rs | 330 Placeholder, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1257 uint32_t *Placeholder = in processRelocationRef() local 1269 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
|
/third_party/flutter/skia/tests/ |
D | PictureTest.cpp | 850 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 197 TempMDNode Placeholder; member
|
/third_party/skia/tests/ |
D | PictureTest.cpp | 789 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | pre-process.c | 646 enum {Normal, Placeholder, Concat} state = Normal; in substitute() enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2581 Value *Placeholder = new LoadInst( in visitLoadInst() local
|