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

  /external/skia/samplecode/
SampleFilter2.cpp 94 s.appendS32(paint.isDither());
96 s.appendS32(paint.isFilterBitmap());
106 s.appendS32(fBitmaps[i].config() == SkBitmap::kRGB_565_Config ? 16 : 32);
SampleArc.cpp 73 str.appendS32(start);
75 str.appendS32(sweep);
SampleAnimator.cpp 112 name.appendS32(i);
SamplePolyToPoly.cpp 115 str.appendS32(count);
  /external/skia/src/animator/
SkDisplayPost.cpp 200 debugOut.appendS32(time - maker.fDebugTimeBase);
204 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
206 debugOut.appendS32(delay);
214 debugOut.appendS32(futureTime - maker.fDebugTimeBase);
SkAnimateMaker.cpp 297 fErrorString.appendS32(line);
312 debugOut.appendS32(time - fDebugTimeBase);
314 debugOut.appendS32(fEnableTime - fDebugTimeBase);
316 debugOut.appendS32(fAdjustedStart);
318 debugOut.appendS32(expectedTime - fDebugTimeBase);
320 debugOut.appendS32(appTime - expectedTime);
SkAnimateActive.cpp 418 debugOut.appendS32(time - fMaker.fDebugTimeBase);
424 debugOut.appendS32(fAnimators[index]->fStart - fMaker.fDebugTimeBase);
426 debugOut.appendS32(state.fStartTime);
436 debugOut.appendS32(future - fMaker.fDebugTimeBase);
443 debugOut.appendS32(fMaker.fAdjustedStart);
449 debugOut.appendS32(state.fStartTime - fMaker.fDebugTimeBase);
SkDump.cpp 96 result->appendS32(badEnum);
SkDisplayXMLParser.cpp 210 debugOut.appendS32(time - fMaker.fDebugTimeBase);
212 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase);
SkDisplayApply.cpp 307 debugOut.appendS32(time - maker.fDebugTimeBase);
311 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
555 debugOut.appendS32(time - maker.fDebugTimeBase);
561 debugOut.appendS32(rawTime - fActive->fState[0].fStartTime);
SkScriptRuntime.cpp 193 strPtr->appendS32(operand[op - SkScriptEngine2::kIntToString].fS32);
SkAnimator.cpp 442 debugOut.appendS32(realTime - fMaker->fDebugTimeBase);
452 debugOut.appendS32(time - fMaker->fDebugTimeBase);
454 debugOut.appendS32(fMaker->fAdjustedStart);
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 87 s->appendS32(coordIdx);
144 s->appendS32(stage);
149 s->appendS32(stage);
154 s->appendS32(stage);
159 s->appendS32(stage);
164 k->appendS32(stage);
166 i->appendS32(stage);
171 i->appendS32(stage);
176 s->appendS32(stage);
426 nameWithStage.appendS32(stageNum)
    [all...]
  /external/skia/gm/
poly2poly.cpp 53 str.appendS32(count);
  /external/skia/include/core/
SkString.h 121 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); }
  /external/skia/src/xml/
SkXMLWriter.cpp 36 tmp.appendS32(value);
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 247 elementID.appendS32(++strokeFillID);
  /external/skia/src/views/
SkEvent.cpp 262 #define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str.c_str()); } while (0)
  /external/skia/src/core/
SkStream.cpp 109 tmp.appendS32(dec);

Completed in 1587 milliseconds