Home
last modified time | relevance | path

Searched defs:newBase (Results 1 – 3 of 3) 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/typescript/src/compiler/
DcommandLineParser.ts3230 … const newBase = configFileName ? directoryOfCombinedPath(configFileName, basePath) : basePath; constant