Home
last modified time | relevance | path

Searched refs:Composite (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h67 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
108 struct Composite { struct
180 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
192 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
H A DIRMover.h78 Module &getModule() { return Composite; } in getModule()
81 Module &Composite; member in llvm::IRMover
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
H A DGlyph.java12 Composite; enum constant
58 return GlyphType.Composite; in glyphType()
149 // TODO(stuartg): interface? need methods from Composite?
H A DCompositeGlyph.java30 super(data, offset, length, GlyphType.Composite); in CompositeGlyph()
35 super(data, GlyphType.Composite); in CompositeGlyph()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfold_spec_const_op_composite_test.cpp238 Composite, FoldSpecConstantOpAndCompositePassTest,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DGlyphCoverage.java65 if (glyph != null && glyph.glyphType() == GlyphType.Composite) { in touchGlyph()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfold_spec_const_op_composite_test.cpp238 Composite, FoldSpecConstantOpAndCompositePassTest,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DGlyphStripper.java45 case Composite: in stripGlyph()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DHintStripTest.java136 assertEquals(GlyphType.Composite, glyph.glyphType()); in testCompositeGlyph()
H A DRenumberingSubsetTest.java161 assertEquals(GlyphType.Composite, glyph.glyphType()); in testCompositeGlyph()
/third_party/spirv-tools/test/opt/
H A Dfold_spec_const_op_composite_test.cpp832 Composite, FoldSpecConstantOpAndCompositePassTest,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
H A DSFLint.java206 if (glyph.glyphType() == GlyphType.Composite) { in lintAllGlyphs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp958 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { in constructTypeDIE()
959 if (Composite->getTag() == dwarf::DW_TAG_variant_part) { in constructTypeDIE()
960 DIE &VariantPart = createAndAddDIE(Composite->getTag(), Buffer); in constructTypeDIE()
961 constructTypeDIE(VariantPart, Composite); in constructTypeDIE()
1370 assert(CTy && CTy->isVector() && "Composite type is not a vector"); in hasVectorBeenPadded()
H A DCodeViewDebug.cpp2191 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { in collectClassInfo()
2192 Info.NestedTypes.push_back(Composite); in collectClassInfo()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core_test.cc166 TEST(ProtocolCoreTest, Composite) { in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp1563 IRMover::IRMover(Module &M) : Composite(M) { in IRMover()
1584 IRLinker TheIRLinker(Composite, SharedMDs, IdentifiedStructTypes, in move()
1588 Composite.dropTriviallyDeadConstantArrays(); in move()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java574 if (glyph.glyphType() == GlyphType.Composite) { in listSubglyphFrequency()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py225 class Composite: class
343 self.compositeTypes = [] # list of Composite objects - each contains individual structure/union definition (including extension structures)
686 self.compositeTypes.append(Composite(
H A Dohos_gen_framework.py218 class Composite: class
327 self.compositeTypes = [] # list of Composite objects - each contains individual structure/union definition (including extension structures)
667 self.compositeTypes.append(Composite(
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl3574 // Composite the tailcnt "16 byte not aligned block" into the last second plain blocks
/third_party/openssl/crypto/aes/asm/
H A Daesv8-armx.pl3590 // Composite the tailcnt "16 byte not aligned block" into the last second plain blocks

Completed in 38 milliseconds