HomeSort by relevance Sort by last modified time
    Searched full:startindex (Results 51 - 75 of 153) sorted by null

1 23 4 5 6 7

  /external/skia/src/images/
SkMovie_gif.cpp 362 int startIndex = fLastDrawIndex + 1;
366 startIndex = 0;
378 } else if (startIndex > fCurrIndex) {
380 startIndex = 0;
400 for (int i = startIndex; i <= lastIndex; i++) {
  /external/libxml2/
xpointer.c 325 * @startindex: the start index
334 xmlXPtrNewRange(xmlNodePtr start, int startindex,
342 if (startindex < 0)
355 ret->index = startindex;
2762 int i, startindex, endindex = 0, fendindex; local
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 195 // startIndex).
197 int startIndex) {
211 group.add(new PathId(path, i + startIndex));
  /external/icu4c/i18n/unicode/
uregex.h 431 * If startIndex >= zero the match operation starts at the specified
435 * If startIndex == -1 the match must cover the input region, or the entire
440 * @param startIndex The input string (native) index at which to begin matching, or -1
448 int32_t startIndex,
457 int64_t startIndex,
465 * <p>If startIndex is >= 0 any input region that was set for this
477 * @param startIndex The input string (native) index at which to begin matching, or
485 int32_t startIndex,
494 int64_t startIndex,
499 * If startIndex is >= zero the search for a match begins at the specified index
    [all...]
  /external/skia/gpu/include/
GrGpu.h 261 int startIndex,
454 uint32_t startIndex,
472 // startIndex since it may have already accounted for these in the setup.
474 int* startIndex,
GrInOrderDrawBuffer.h 86 int startIndex,
  /external/icu4c/common/
uvectr32.cpp 187 int32_t UVector32::indexOf(int32_t key, int32_t startIndex) const {
189 for (i=startIndex; i<count; ++i) {
uvector.h 166 int32_t indexOf(void* obj, int32_t startIndex = 0) const;
168 int32_t indexOf(int32_t obj, int32_t startIndex = 0) const;
275 int32_t indexOf(UHashTok key, int32_t startIndex = 0, int8_t hint = 0) const;
serv.cpp 467 int32_t startIndex = 0;
474 startIndex = i + 1;
478 if (startIndex == 0) {
499 int32_t index = startIndex;
  /frameworks/base/libs/hwui/
FontRenderer.h 187 bool renderText(SkPaint* paint, const Rect* clip, const char *text, uint32_t startIndex,
208 DropShadow renderDropShadow(SkPaint* paint, const char *text, uint32_t startIndex,
FontRenderer.cpp 713 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius) {
727 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds);
738 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
752 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, Rect* bounds) {
768 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y);
  /external/v8/src/
string.js 559 var startIndex = 0;
566 if (startIndex === length) {
571 var matchInfo = DoRegExpExec(separator, subject, startIndex);
579 if (startIndex === endIndex && endIndex === currentIndex) {
580 startIndex++;
608 startIndex = currentIndex = endIndex;
  /external/skia/gpu/src/
GrInOrderDrawBuffer.cpp 184 int startIndex,
197 draw.fStartIndex = startIndex;
235 size_t indexBytes = (indexCount + startIndex) * sizeof(uint16_t);
GrGpuGL.h 96 uint32_t startIndex,
  /external/webkit/Source/WebCore/html/parser/
XSSFilter.cpp 275 int end = token.endIndex() - token.startIndex();
446 int start = attribute.m_nameRange.m_start - token.startIndex();
448 int end = attribute.m_valueRange.m_end - token.startIndex();
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.cpp 371 int startIndex = familyIndex;
373 for (int i = 0; startFamily && i < startIndex; i++)
398 if (!result && startIndex == 0) {
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 82 int startIndex = indexForVisiblePosition(startOfSelection);
89 RefPtr<Range> startRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, 0, true);
  /external/icu4c/i18n/
uregex.cpp 510 int32_t startIndex,
512 return uregex_matches64( regexp2, (int64_t)startIndex, status);
517 int64_t startIndex,
524 if (startIndex == -1) {
527 result = regexp->fMatcher->matches(startIndex, *status);
540 int32_t startIndex,
542 return uregex_lookingAt64( regexp2, (int64_t)startIndex, status);
547 int64_t startIndex,
554 if (startIndex == -1) {
557 result = regexp->fMatcher->lookingAt(startIndex, *status)
    [all...]
  /external/icu4c/common/unicode/
chariter.h 510 * (toward startIndex()), and returns that code unit. If there are
519 * (toward startIndex()), and returns that code point. If there are
547 inline int32_t startIndex(void) const;
696 CharacterIterator::startIndex(void) const {
  /external/webkit/Source/JavaScriptCore/runtime/
ArgList.h 237 void getSlice(int startIndex, ArgList& result) const;
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 284 final int startIndex = getIndexAfter(end);
285 for (int i = startIndex; i >= 0; i--) {
444 final int startIndex = getIndexAfter(end);
445 for (int i = startIndex; i >= 0; i--) {
  /frameworks/base/core/jni/
android_util_Process.cpp 626 char* buffer, jint startIndex, jint endIndex, jintArray format,
655 jsize i = startIndex;
730 jbyteArray buffer, jint startIndex, jint endIndex, jintArray format,
736 (char*) bufferArray, startIndex, endIndex, format, outStrings,
  /frameworks/base/libs/rs/
rsFont.h 151 uint32_t startIndex = 0, int numGlyphs = -1,

Completed in 293 milliseconds

1 23 4 5 6 7