OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vsIndex
(Results
1 - 3
of
3
) sorted by null
/frameworks/minikin/libs/minikin/
FontFamily.cpp
195
const uint16_t
vsIndex
= getVsIndex(variationSelector);
197
if (
vsIndex
>= mCmapFmt14Coverage.size()) {
198
// Even if
vsIndex
is INVALID_VS_INDEX, we reach here since INVALID_VS_INDEX is defined to
203
const std::unique_ptr<SparseBitSet>& bitset = mCmapFmt14Coverage[
vsIndex
];
CmapCoverage.cpp
386
const uint16_t
vsIndex
= getVsIndex(vsCodePoint);
387
if (
vsIndex
== INVALID_VS_INDEX) {
395
if (out->size() <
vsIndex
+ 1) {
396
out->resize(
vsIndex
+ 1);
398
(*out)[
vsIndex
].reset(new SparseBitSet(ranges.data(), ranges.size() >> 1));
/frameworks/minikin/tests/unittest/
CmapCoverageTest.cpp
[
all
...]
Completed in 55 milliseconds