Home
last modified time | relevance | path

Searched refs:appendS32 (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/src/utils/debugger/
DSkObjectParser.cpp24 mBitmap->appendS32(bitmap.width()); in BitmapToString()
26 mBitmap->appendS32(bitmap.height()); in BitmapToString()
55 mBitmap->appendS32(bitmap.getGenerationID()); in BitmapToString()
85 mRect->appendS32(rect.left()); in IRectToString()
87 mRect->appendS32(rect.top()); in IRectToString()
89 mRect->appendS32(rect.right()); in IRectToString()
91 mRect->appendS32(rect.bottom()); in IRectToString()
135 mPath->appendS32(path.countVerbs()); in PathToString()
137 mPath->appendS32(path.countPoints()); in PathToString()
/external/skia/src/gpu/
DGrTraceMarker.cpp50 marker_string.appendS32(lastMarker.fID); in toStringLast()
81 marker_string.appendS32(currMarker.fID); in toString()
86 marker_string.appendS32(currMarker.fID); in toString()
/external/skia/samplecode/
DSampleFilter2.cpp92 s.appendS32(paint.isDither()); in onDrawContent()
94 s.appendS32(paint.getFilterQuality() != kNone_SkFilterQuality); in onDrawContent()
104 s.appendS32(fBitmaps[i].colorType() == kRGB_565_SkColorType ? 16 : 32); in onDrawContent()
DSampleAnimator.cpp110 name.appendS32(i); in decodeStream()
DSamplePolyToPoly.cpp113 str.appendS32(count); in doDraw()
/external/skia/src/animator/
DSkAnimateMaker.cpp299 fErrorString.appendS32(line); in setErrorString()
314 debugOut.appendS32(time - fDebugTimeBase); in setEnableTime()
316 debugOut.appendS32(fEnableTime - fDebugTimeBase); in setEnableTime()
318 debugOut.appendS32(fAdjustedStart); in setEnableTime()
320 debugOut.appendS32(expectedTime - fDebugTimeBase); in setEnableTime()
322 debugOut.appendS32(appTime - expectedTime); in setEnableTime()
DSkDisplayPost.cpp192 debugOut.appendS32(time - maker.fDebugTimeBase); in enable()
196 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase); in enable()
198 debugOut.appendS32(delay); in enable()
206 debugOut.appendS32(futureTime - maker.fDebugTimeBase); in enable()
DSkAnimateActive.cpp418 debugOut.appendS32(time - fMaker.fDebugTimeBase); in start()
424 debugOut.appendS32(fAnimators[index]->fStart - fMaker.fDebugTimeBase); in start()
426 debugOut.appendS32(state.fStartTime); in start()
436 debugOut.appendS32(future - fMaker.fDebugTimeBase); in start()
443 debugOut.appendS32(fMaker.fAdjustedStart); in start()
449 debugOut.appendS32(state.fStartTime - fMaker.fDebugTimeBase); in start()
DSkDisplayXMLParser.cpp210 debugOut.appendS32(time - fMaker.fDebugTimeBase); in onEndElement()
212 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase); in onEndElement()
DSkDisplayApply.cpp307 debugOut.appendS32(time - maker.fDebugTimeBase); in enable()
311 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase); in enable()
555 debugOut.appendS32(time - maker.fDebugTimeBase); in interpolate()
561 debugOut.appendS32(rawTime - fActive->fState[0].fStartTime); in interpolate()
DSkDump.cpp96 result->appendS32(badEnum); in GetEnumString()
DSkAnimator.cpp444 debugOut.appendS32(realTime - fMaker->fDebugTimeBase); in onEvent()
454 debugOut.appendS32(time - fMaker->fDebugTimeBase); in onEvent()
456 debugOut.appendS32(fMaker->fAdjustedStart); in onEvent()
DSkScriptRuntime.cpp193 strPtr->appendS32(operand[op - SkScriptEngine2::kIntToString].fS32); in executeTokens()
/external/skia/tests/
DStringTest.cpp103 a.appendS32(0x7FFFFFFFL); in DEF_TEST()
106 a.appendS32(0x80000001L); in DEF_TEST()
109 a.appendS32(0x80000000L); in DEF_TEST()
/external/skia/tools/
DPictureRenderer.h315 tmp.appendS32(fSampleCount); in getJSONConfig()
325 tmp.appendS32(fSampleCount); in getJSONConfig()
/external/skia/debugger/
DSkDebugger.cpp92 overview->appendS32(counts[i]); in getOverviewText()
/external/skia/gm/
Dpoly2poly.cpp219 str.appendS32(count); in doDraw()
/external/skia/src/gpu/effects/
DGrConvolutionEffect.cpp87 index.appendS32(i); in emitCode()
DGrTextureDomain.cpp57 uniName.appendS32(textureDomain.fIndex); in sampleTexture()
/external/skia/include/core/
DSkString.h194 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); } in appendS32() function
/external/skia/src/xml/
DSkXMLWriter.cpp34 tmp.appendS32(value); in addS32Attribute()
/external/skia/platform_tools/android/app/jni/
Dcom_skia_SkiaSampleRenderer.cpp212 msaaSampleCountString.appendS32(static_cast<uint32_t>(msaaSampleCount)); in Java_com_skia_SkiaSampleRenderer_init()
/external/skia/src/effects/
DSkArithmeticMode.cpp191 str->appendS32(fEnforcePMColor ? 1 : 0); in toString()
/external/skia/src/views/
DSkEvent.cpp262 …#define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str…
/external/skia/src/svg/parser/
DSkSVGParser.cpp247 elementID.appendS32(++strokeFillID); in translate()

12