Home
last modified time | relevance | path

Searched defs:newBase (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DTagOffsetsTable.java81 ReadableFontData newBase = data.slice(record.offset); in subTableForRecord() local
DOffsetRecordTable.java86 ReadableFontData newBase = data.slice(record.value); in subTableForRecord() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DTagOffsetsTable.java81 ReadableFontData newBase = data.slice(record.offset); in subTableForRecord() local
DOffsetRecordTable.java86 ReadableFontData newBase = data.slice(record.value); in subTableForRecord() local
/third_party/typescript/src/compiler/
DcommandLineParser.ts2698 … const newBase = configFileName ? directoryOfCombinedPath(configFileName, basePath) : basePath; constant