Home
last modified time | relevance | path

Searched defs:writeInstructions (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java85 private void writeInstructions(Glyph glyph) throws IOException{ in writeInstructions() method in GlyfEncoder
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3535 void SPIRVCodeGenerator::writeInstructions(const Program& program, OutputStream& out) { in writeInstructions() function in SkSL::SPIRVCodeGenerator