Home
last modified time | relevance | path

Searched defs:Placeholder (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/core/
DSkPicture.cpp322 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/
DSkPicture.cpp319 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/
DTextStyle.h319 struct Placeholder { struct
321 Placeholder(size_t start, size_t end, const PlaceholderStyle& style, const TextStyle& textStyle, in Placeholder() function
330 PlaceholderStyle fStyle; argument
331 TextStyle fTextStyle;
332 BlockRange fBlocksBefore;
333 TextRange fTextBefore;
/third_party/ejdb/src/bindings/ejdb2_node/
Dindex.d.ts30 export type Placeholder = string | number; alias
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/
Dindex.d.ts28 export type Placeholder = string | number; alias
/third_party/skia/experimental/sktext/include/
DTypes.h174 struct Placeholder { struct
175 SkSize dimensions;
176 float yOffsetFromBaseline;
/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite.ts86 export type Placeholder = { __placeholder: void }; alias
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/third_party/spirv-tools/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Diterator_test.cpp219 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/
DValueList.cpp162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp67 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
88 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
/third_party/rust/crates/clap/src/builder/
Dstyled_str.rs330 Placeholder, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1257 uint32_t *Placeholder = in processRelocationRef() local
1269 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
/third_party/flutter/skia/tests/
DPictureTest.cpp850 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp197 TempMDNode Placeholder; member
/third_party/skia/tests/
DPictureTest.cpp789 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c646 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/
DSROA.cpp2581 Value *Placeholder = new LoadInst( in visitLoadInst() local