/third_party/skia/src/sfnt/ |
H A D | SkOTTable_glyf.h | 67 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 D | IRMover.h | 78 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 D | Glyph.java | 12 Composite; enum constant 58 return GlyphType.Composite; in glyphType() 149 // TODO(stuartg): interface? need methods from Composite?
|
H A D | CompositeGlyph.java | 30 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 D | fold_spec_const_op_composite_test.cpp | 238 Composite, FoldSpecConstantOpAndCompositePassTest,
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
H A D | GlyphCoverage.java | 65 if (glyph != null && glyph.glyphType() == GlyphType.Composite) { in touchGlyph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | fold_spec_const_op_composite_test.cpp | 238 Composite, FoldSpecConstantOpAndCompositePassTest,
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | GlyphStripper.java | 45 case Composite: in stripGlyph()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
H A D | HintStripTest.java | 136 assertEquals(GlyphType.Composite, glyph.glyphType()); in testCompositeGlyph()
|
H A D | RenumberingSubsetTest.java | 161 assertEquals(GlyphType.Composite, glyph.glyphType()); in testCompositeGlyph()
|
/third_party/spirv-tools/test/opt/ |
H A D | fold_spec_const_op_composite_test.cpp | 832 Composite, FoldSpecConstantOpAndCompositePassTest,
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/ |
H A D | SFLint.java | 206 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 D | DwarfUnit.cpp | 958 } 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 D | CodeViewDebug.cpp | 2191 } 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 D | protocol_core_test.cc | 166 TEST(ProtocolCoreTest, Composite) { in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1563 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 D | FontInfo.java | 574 if (glyph.glyphType() == GlyphType.Composite) { in listSubglyphFrequency()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 225 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 D | ohos_gen_framework.py | 218 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 D | aesv8-armx.pl | 3574 // Composite the tailcnt "16 byte not aligned block" into the last second plain blocks
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 3590 // Composite the tailcnt "16 byte not aligned block" into the last second plain blocks
|