HomeSort by relevance Sort by last modified time
    Searched refs:thisOffset (Results 1 - 3 of 3) 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.c 163 int thisOffset, compOffset, thisCount, compCount;
169 thisOffset =
182 LOGE(" this (o=%d l=%d) '%s'\n", thisOffset, thisCount, thisStr);
185 ((const u2*) thisArray->contents) + thisOffset, thisCount*2,
223 int thisCount, thisOffset, compCount, compOffset;
234 thisOffset = dvmGetFieldInt((Object*) arg0, STRING_FIELDOFF_OFFSET);
240 thisChars = ((const u2*) thisArray->contents) + thisOffset;
324 int thisCount, thisOffset, compCount, compOffset;
338 thisOffset = dvmGetFieldInt((Object*) arg0, STRING_FIELDOFF_OFFSET);
344 thisChars = ((const u2*) thisArray->contents) + thisOffset;
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]

Completed in 144 milliseconds