Searched defs:baseIndex (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DShadowTessellator.cpp122 int baseIndex = layer * rays; local
124 shadowIndices[currentIndex++] = i + baseIndex;
125 shadowIndices[currentIndex++] = rays + i + baseIndex;
128 shadowIndices[currentIndex++] = 0 + baseIndex;
130 shadowIndices[currentIndex++] = rays + baseIndex;
/frameworks/base/tools/aidl/
H A DType.cpp1368 ssize_t baseIndex = normalized.find('<'); local
1369 string base(normalized.c_str(), baseIndex);
1380 size_t start = baseIndex + 1;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1821 sendSubtitleData(buffer, 0 /* baseIndex */);
1915 void NuPlayer::sendSubtitleData(const sp<ABuffer> &buffer, int32_t baseIndex) { argument
1923 in.writeInt32(trackIndex + baseIndex);
/frameworks/base/tools/aapt/
H A DResource.cpp601 ssize_t baseIndex = -1; local
603 baseIndex = (*baseSet)->indexOfKey(overlaySet->keyAt(overlayIndex));
605 if (baseIndex >= 0) {
610 sp<AaptGroup> baseGroup = (*baseSet)->valueAt(baseIndex);

Completed in 106 milliseconds