Searched refs:appendS32 (Results 1 – 25 of 30) sorted by relevance
12
24 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()
50 marker_string.appendS32(lastMarker.fID); in toStringLast()81 marker_string.appendS32(currMarker.fID); in toString()86 marker_string.appendS32(currMarker.fID); in toString()
92 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()
110 name.appendS32(i); in decodeStream()
113 str.appendS32(count); in doDraw()
299 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()
192 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()
418 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()
210 debugOut.appendS32(time - fMaker.fDebugTimeBase); in onEndElement()212 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase); in onEndElement()
307 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()
96 result->appendS32(badEnum); in GetEnumString()
444 debugOut.appendS32(realTime - fMaker->fDebugTimeBase); in onEvent()454 debugOut.appendS32(time - fMaker->fDebugTimeBase); in onEvent()456 debugOut.appendS32(fMaker->fAdjustedStart); in onEvent()
193 strPtr->appendS32(operand[op - SkScriptEngine2::kIntToString].fS32); in executeTokens()
103 a.appendS32(0x7FFFFFFFL); in DEF_TEST()106 a.appendS32(0x80000001L); in DEF_TEST()109 a.appendS32(0x80000000L); in DEF_TEST()
315 tmp.appendS32(fSampleCount); in getJSONConfig()325 tmp.appendS32(fSampleCount); in getJSONConfig()
92 overview->appendS32(counts[i]); in getOverviewText()
219 str.appendS32(count); in doDraw()
87 index.appendS32(i); in emitCode()
57 uniName.appendS32(textureDomain.fIndex); in sampleTexture()
194 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); } in appendS32() function
34 tmp.appendS32(value); in addS32Attribute()
212 msaaSampleCountString.appendS32(static_cast<uint32_t>(msaaSampleCount)); in Java_com_skia_SkiaSampleRenderer_init()
191 str->appendS32(fEnforcePMColor ? 1 : 0); in toString()
262 …#define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str…
247 elementID.appendS32(++strokeFillID); in translate()