Home
last modified time | relevance | path

Searched refs:appendU32 (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/tools/
H A Drandom_parse_path.cpp89 atom.appendU32(rand->nextRangeU(0, 1)); in MakeRandomParsePathPiece()
91 atom.appendU32(rand->nextRangeU(0, 1)); in MakeRandomParsePathPiece()
H A Dget_images_from_skps.cpp195 writer.appendU32(failure.first.c_str(), failure.second); in main()
199 writer.appendU32("totalFailures", totalFailures); in main()
212 writer.appendU32("totalUnsupported", totalUnsupported); in main()
/third_party/skia/fuzz/
H A DFuzzParsePath.cpp105 atom.appendU32(b); in MakeRandomParsePathPiece()
108 atom.appendU32(b); in MakeRandomParsePathPiece()
H A DFuzzEncoders.cpp102 s.appendU32(rand.nextU()); in DEF_FUZZ()
/third_party/skia/src/utils/
H A DSkShaperJSONWriter.cpp91 fJSONWriter->appendU32(glyphID); in commitRunBuffer()
97 fJSONWriter->appendU32(cluster); in commitRunBuffer()
232 fJSONWriter->appendU32(glyphID); in displayMToN()
H A DSkJSONWriter.h200 void appendU32(uint32_t value) { this->beginValue(); this->appendf("%u", value); } in appendU32() function in SkJSONWriter
227 DEFINE_NAMED_APPEND(appendU32, uint32_t)
/third_party/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriter.cpp98 fJSONWriter->appendU32(glyphID); in commitRunBuffer()
104 fJSONWriter->appendU32(cluster); in commitRunBuffer()
239 fJSONWriter->appendU32(glyphID); in displayMToN()
/third_party/skia/modules/skshaper/tests/
H A DShaperTest.cpp84 glyphs.appendU32(glyph);
86 glyphs.appendU32(cluster);
/third_party/skia/tests/
H A DStringTest.cpp95 a.appendU32(0x7FFFFFFFUL); in DEF_TEST()
98 a.appendU32(0x80000001UL); in DEF_TEST()
101 a.appendU32(0xFFFFFFFFUL); in DEF_TEST()
/third_party/skia/src/gpu/gl/
H A DGrGLAttachment.cpp143 renderbuffer_id.appendU32(this->renderbufferID()); in setMemoryBacking()
H A DGrGLTexture.cpp174 texture_id.appendU32(this->textureID()); in dumpMemoryStatistics()
H A DGrGLBuffer.cpp318 buffer_id.appendU32(this->bufferID()); in setMemoryBacking()
H A DGrGLRenderTarget.cpp352 renderbuffer_id.appendU32(fMSColorRenderbufferID); in dumpMemoryStatistics()
/third_party/skia/experimental/sorttoy/
H A Dsorttoy.cpp96 path.appendU32(testID); in save_files()
107 path.appendU32(testID); in save_files()
/third_party/skia/src/gpu/
H A DGrAuditTrail.cpp198 writer.appendU32("ProxyID", fProxyUniqueID.asUInt());
H A DGrGpuResource.cpp125 resourceName.appendU32(this->uniqueID().asUInt()); in getResourceName()
/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.cpp74 fWriter->appendU32(value); in writeUInt()
H A DDrawCommand.cpp1211 writer.appendU32(DEBUGCANVAS_ATTRIBUTE_UNIQUE_ID, fImage->uniqueID()); in toJSON()
1670 writer.appendU32(iter.glyphs()[i]); in toJSON()
/third_party/skia/include/core/
H A DSkString.h208 void appendU32(uint32_t value) { this->insertU32((size_t)-1, value); } in appendU32() function in SkString
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp464 str.appendU32(SkFixedFloorToInt(font.axisSet.axis[i])); in dumpFont()
766 text.appendU32(i + 1); in parseFallbackItem()

Completed in 16 milliseconds