Searched refs:appendS32 (Results 1 - 25 of 32) sorted by relevance

12

/external/skia/tools/
H A Dget_images_from_skps.cpp43 path.appendS32(gCtr++);
48 path.appendS32(gCtr++);
53 path.appendS32(gCtr++);
58 path.appendS32(gCtr++);
63 path.appendS32(gCtr++);
68 path.appendS32(gCtr++);
73 path.appendS32(gCtr++);
78 path.appendS32(gCtr++);
83 path.appendS32(gUnknownCtr++);
88 path.appendS32(gUnknownCt
[all...]
/external/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp21 dumpName.appendS32(this->getUniqueID());
H A DGrGLRenderTarget.cpp163 dumpName.appendS32(this->getUniqueID());
/external/skia/src/gpu/
H A DGrTraceMarker.cpp50 marker_string.appendS32(lastMarker.fID);
81 marker_string.appendS32(currMarker.fID);
86 marker_string.appendS32(currMarker.fID);
H A DGrGpuResource.cpp62 dumpName.appendS32(this->getUniqueID());
/external/skia/samplecode/
H A DSampleFilter2.cpp92 s.appendS32(paint.isDither());
94 s.appendS32(paint.getFilterQuality() != kNone_SkFilterQuality);
104 s.appendS32(fBitmaps[i].colorType() == kRGB_565_SkColorType ? 16 : 32);
H A DSampleAnimator.cpp110 name.appendS32(i);
H A DSamplePolyToPoly.cpp113 str.appendS32(count);
/external/skia/tools/debugger/
H A DSkObjectParser.cpp26 mBitmap->appendS32(bitmap.width());
28 mBitmap->appendS32(bitmap.height());
58 mBitmap->appendS32(bitmap.getGenerationID());
70 str->appendS32(image->width());
72 str->appendS32(image->height());
81 str->appendS32(image->uniqueID());
111 mRect->appendS32(rect.left());
113 mRect->appendS32(rect.top());
115 mRect->appendS32(rect.right());
117 mRect->appendS32(rec
[all...]
/external/skia/src/animator/
H A DSkDisplayPost.cpp192 debugOut.appendS32(time - maker.fDebugTimeBase);
196 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
198 debugOut.appendS32(delay);
206 debugOut.appendS32(futureTime - maker.fDebugTimeBase);
H A DSkAnimateMaker.cpp299 fErrorString.appendS32(line);
314 debugOut.appendS32(time - fDebugTimeBase);
316 debugOut.appendS32(fEnableTime - fDebugTimeBase);
318 debugOut.appendS32(fAdjustedStart);
320 debugOut.appendS32(expectedTime - fDebugTimeBase);
322 debugOut.appendS32(appTime - expectedTime);
H A DSkAnimateActive.cpp418 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);
H A DSkDump.cpp96 result->appendS32(badEnum);
H A DSkDisplayXMLParser.cpp210 debugOut.appendS32(time - fMaker.fDebugTimeBase);
212 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase);
H A DSkDisplayApply.cpp307 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);
H A DSkScriptRuntime.cpp193 strPtr->appendS32(operand[op - SkScriptEngine2::kIntToString].fS32);
H A DSkAnimator.cpp442 debugOut.appendS32(realTime - fMaker->fDebugTimeBase);
452 debugOut.appendS32(time - fMaker->fDebugTimeBase);
454 debugOut.appendS32(fMaker->fAdjustedStart);
/external/skia/tests/
H A DStringTest.cpp103 a.appendS32(0x7FFFFFFFL);
106 a.appendS32(0x80000001L);
109 a.appendS32(0x80000000L);
/external/skia/debugger/
H A DSkDebugger.cpp92 overview->appendS32(counts[i]);
/external/skia/src/effects/
H A DSkArithmeticMode.cpp134 str->appendS32(fEnforcePMColor ? 1 : 0);
/external/skia/src/gpu/effects/
H A DGrConvolutionEffect.cpp67 index.appendS32(i);
H A DGrTextureDomain.cpp61 uniName.appendS32(textureDomain.fIndex);
/external/skia/include/core/
H A DSkString.h206 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); } function in class:SkString
/external/skia/platform_tools/android/apps/sample_app/src/main/jni/
H A Dcom_skia_SkiaSampleRenderer.cpp202 msaaSampleCountString.appendS32(static_cast<uint32_t>(msaaSampleCount));
/external/skia/src/xml/
H A DSkXMLWriter.cpp34 tmp.appendS32(value);

Completed in 1580 milliseconds

12