HomeSort by relevance Sort by last modified time
    Searched refs:thisOffset (Results 1 - 2 of 2) sorted by null

  /external/skia/src/svg/
SkSVGGradient.cpp 52 SkString* thisOffset = &stop->f_offset;
53 if (lastOffset && thisOffset->equals(*lastOffset)) {
54 if (thisOffset->equals("1")) {
61 offsets.append(*thisOffset);
70 lastOffset = thisOffset;
  /dalvik/vm/
InlineNative.cpp 165 int thisOffset, compOffset, thisCount, compCount;
171 thisOffset =
184 LOGE(" this (o=%d l=%d) '%s'", thisOffset, thisCount, thisStr);
187 ((const u2*) thisArray->contents) + thisOffset, thisCount*2,
224 int thisCount, thisOffset, compCount, compOffset;
235 thisOffset = dvmGetFieldInt((Object*) arg0, STRING_FIELDOFF_OFFSET);
241 thisChars = ((const u2*)(void*)thisArray->contents) + thisOffset;
327 int thisCount, thisOffset, compCount, compOffset;
356 thisOffset = dvmGetFieldInt((Object*) arg0, STRING_FIELDOFF_OFFSET);
362 thisChars = ((const u2*)(void*)thisArray->contents) + thisOffset;
    [all...]

Completed in 239 milliseconds