/third_party/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 206 char cBuffer[512]; in DataDrivenPrintf() local 207 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintf() 208 char cExpected[sizeof(cBuffer)]; in DataDrivenPrintf() 251 u_austrncpy(cBuffer, format, sizeof(cBuffer)); in DataDrivenPrintf() 258 log_verbose("Test %d: format=\"%s\"\n", i, cBuffer); in DataDrivenPrintf() 261 dbl = atof(u_austrcpy(cBuffer, argument)); in DataDrivenPrintf() 286 u_austrncpy(cBuffer, argument, sizeof(cBuffer)); in DataDrivenPrintf() 287 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer); in DataDrivenPrintf() 288 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, cBuffer); in DataDrivenPrintf() 300 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer)); in DataDrivenPrintf() [all …]
|
D | strtst.c | 254 char cBuffer[256]; in TestLocalizedString() local 267 u_austrcpy(cBuffer,testStr); in TestLocalizedString() 269 log_err("u_fprintf failed to work on an en string Got: %s\n", cBuffer); in TestLocalizedString() 292 u_austrcpy(cBuffer,testStr); in TestLocalizedString() 294 log_err("u_fprintf failed to work on a de string Got: %s\n", cBuffer); in TestLocalizedString()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 48 …virtual void rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMas… 50 …virtual void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cM… 58 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 59 void logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 60 …void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4s ¤t, Int &sMask, Int &zMa… 61 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x); 62 …void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4f &oC, Int &sMask, Int &zMask, I… 79 void readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel);
|
D | PixelRoutine.cpp | 51 …void PixelRoutine::quad(Pointer<Byte> cBuffer[RENDERTARGETS], Pointer<Byte> &zBuffer, Pointer<Byte… in quad() 258 rasterOperation(f, cBuffer, x, sMask, zMask, cMask); in quad() 998 void PixelRoutine::readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel) in readPixel() argument 1008 buffer = cBuffer + 2 * x; in readPixel() 1018 buffer = cBuffer + 4 * x; in readPixel() 1038 buffer = cBuffer + 4 * x; in readPixel() 1057 buffer = cBuffer + 1 * x; in readPixel() 1067 buffer = cBuffer + 1 * x; in readPixel() 1077 buffer = cBuffer + 4 * x; in readPixel() 1095 buffer = cBuffer + 2 * x; in readPixel() [all …]
|
D | PixelPipeline.hpp | 33 …virtual void rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMas…
|
D | PixelProgram.hpp | 35 …virtual void rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMas…
|
D | PixelProgram.cpp | 644 …void PixelProgram::rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], In… in rasterOperation() 681 …Pointer<Byte> buffer = cBuffer[index] + q * *Pointer<Int>(data + OFFSET(DrawData, colorSliceB[inde… in rasterOperation() 732 …Pointer<Byte> buffer = cBuffer[index] + q * *Pointer<Int>(data + OFFSET(DrawData, colorSliceB[inde… in rasterOperation()
|
D | PixelPipeline.cpp | 302 …void PixelPipeline::rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], I… in rasterOperation() 344 Pointer<Byte> buffer = cBuffer[0] + q * *Pointer<Int>(data + OFFSET(DrawData, colorSliceB[0])); in rasterOperation() 365 Pointer<Byte> buffer = cBuffer[0] + q * *Pointer<Int>(data + OFFSET(DrawData, colorSliceB[0])); in rasterOperation()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | ApiProcs.cpp | 49 void ClientBufferMapReadAsync(DawnBuffer cBuffer, in ClientBufferMapReadAsync() argument 52 Buffer* buffer = reinterpret_cast<Buffer*>(cBuffer); in ClientBufferMapReadAsync() 79 void ClientBufferMapWriteAsync(DawnBuffer cBuffer, in ClientBufferMapWriteAsync() argument 82 Buffer* buffer = reinterpret_cast<Buffer*>(cBuffer); in ClientBufferMapWriteAsync() 294 void ClientBufferSetSubData(DawnBuffer cBuffer, in ClientBufferSetSubData() argument 298 Buffer* buffer = reinterpret_cast<Buffer*>(cBuffer); in ClientBufferSetSubData() 312 void ClientBufferUnmap(DawnBuffer cBuffer) { in ClientBufferUnmap() argument 313 Buffer* buffer = reinterpret_cast<Buffer*>(cBuffer); in ClientBufferUnmap() 352 cmd.self = cBuffer; in ClientBufferUnmap()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 50 …virtual void blendColor(Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]… 52 …void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cMask[4], … 57 …void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &color, const Int … 58 …Vector4f alphaBlend(int index, const Pointer<Byte> &cBuffer, const Vector4f &sourceColor, const In… 59 …void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s ¤t, const In… 76 void readPixel(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &pixel);
|
D | PixelProgram.hpp | 37 …virtual void blendColor(Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]…
|
D | PixelProgram.cpp | 268 void PixelProgram::blendColor(Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMa… in blendColor() 301 …Pointer<Byte> buffer = cBuffer[index] + q * *Pointer<Int>(data + OFFSET(DrawData, colorSliceB[inde… in blendColor() 347 …Pointer<Byte> buffer = cBuffer[index] + q * *Pointer<Int>(data + OFFSET(DrawData, colorSliceB[inde… in blendColor()
|
D | PixelRoutine.cpp | 78 void PixelRoutine::quad(Pointer<Byte> cBuffer[MAX_COLOR_BUFFERS], Pointer<Byte> &zBuffer, Pointer<B… in quad() 321 blendColor(cBuffer, x, sMask, zMask, cMask, samples); in quad() 941 void PixelRoutine::readPixel(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &pixel) in readPixel() argument 945 Pointer<Byte> buffer = cBuffer; in readPixel() 1239 void PixelRoutine::writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &curr… in writeColor() argument 1522 Pointer<Byte> buffer = cBuffer; in writeColor() 2270 Vector4f PixelRoutine::alphaBlend(int index, const Pointer<Byte> &cBuffer, const Vector4f &sourceCo… in alphaBlend() argument 2280 Pointer<Byte> buffer = cBuffer; in alphaBlend() 2433 readPixel(index, cBuffer, x, color); in alphaBlend() 2553 void PixelRoutine::writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &colo… in writeColor() argument [all …]
|
/third_party/flutter/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 78 std::unique_ptr<uint8_t[]> cBuffer(new uint8_t[colorBytes]); in createColorTable() local 79 if (stream()->read(cBuffer.get(), colorBytes) != colorBytes) { in createColorTable() 98 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 99 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 100 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable() 105 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
|
D | SkBmpRLECodec.cpp | 78 std::unique_ptr<uint8_t[]> cBuffer(new uint8_t[colorBytes]); in createColorTable() local 79 if (stream()->read(cBuffer.get(), colorBytes) != colorBytes) { in createColorTable() 88 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 89 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 90 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
|
/third_party/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 78 std::unique_ptr<uint8_t[]> cBuffer(new uint8_t[colorBytes]); in createColorTable() local 79 if (stream()->read(cBuffer.get(), colorBytes) != colorBytes) { in createColorTable() 98 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 99 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 100 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable() 105 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
|
D | SkBmpRLECodec.cpp | 81 std::unique_ptr<uint8_t[]> cBuffer(new uint8_t[colorBytes]); in createColorTable() local 82 if (stream()->read(cBuffer.get(), colorBytes) != colorBytes) { in createColorTable() 91 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 92 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 93 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | QuadRasterizer.cpp | 73 Pointer<Byte> cBuffer[MAX_COLOR_BUFFERS]; in rasterize() local 83 …cBuffer[index] = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData, colorBuffer[index])) + yMin * *Po… in rasterize() 206 quad(cBuffer, zBuffer, sBuffer, cMask, x, y); in rasterize() 214 …cBuffer[index] += *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index])) << (1 + clusterCountL… in rasterize()
|
D | QuadRasterizer.hpp | 45 …virtual void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cM…
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | Queue.cpp | 54 void Queue::WriteBuffer(WGPUBuffer cBuffer, in WriteBuffer() argument 58 Buffer* buffer = FromAPI(cBuffer); in WriteBuffer()
|
D | Queue.h | 37 void WriteBuffer(WGPUBuffer cBuffer, uint64_t bufferOffset, const void* data, size_t size);
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 95 Pointer<Byte> cBuffer[RENDERTARGETS]; in rasterize() local 103 …cBuffer[index] = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,colorBuffer[index])) + yMin * *Poi… in rasterize() 290 quad(cBuffer, zBuffer, sBuffer, cMask, x); in rasterize() 300 …cBuffer[index] += *Pointer<Int>(data + OFFSET(DrawData,colorPitchB[index])) << (1 + sw::log2(clust… in rasterize()
|
D | QuadRasterizer.hpp | 51 …virtual void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cM…
|