HomeSort by relevance Sort by last modified time
    Searched refs:SkToU32 (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/src/core/
SkVarAlloc.h 33 fRemaining = SkToU32(fRemaining - bytes);
SkDebug.cpp 39 uint32_t SkToU32(uintmax_t x) {
SkWriter32.cpp 50 *ptr = SkToU32(len);
SkWriteBuffer.cpp 43 fWriter.write32(SkToU32(size));
88 fWriter.writeInt(SkToU32(byteLength));
133 fWriter.write32(SkToU32(length));
147 buffer->writeUInt(SkToU32(data->size()));
339 fWriter.overwriteTAt(offset - sizeof(uint32_t), SkToU32(objSize));
SkDescriptor.h 47 entry->fLen = SkToU32(length);
53 fLength = SkToU32(fLength + sizeof(Entry) + length);
SkFontDescriptor.cpp 29 const uint32_t length = SkToU32(stream->readPackedUInt());
38 const uint32_t length = SkToU32(stream->readPackedUInt());
SkPictureRecord.h 111 fWriter.writeInt(SkToU32(*size));
113 fWriter.writeInt(PACK_8_24(drawType, SkToU32(*size)));
SkString.cpp 221 rec->fLength = SkToU32(len);
386 fRec->fLength = SkToU32(len);
394 fRec->fLength = SkToU32(len);
472 fRec->fLength = SkToU32(length + len);
SkTSort.h 196 int depth = 2 * SkNextLog2(SkToU32(right - left));
SkPictureData.cpp 157 buffer.writeUInt(SkToU32(size));
162 stream->write32(SkToU32(size));
SkMipMap.cpp 301 rowBytes = SkToU32(SkColorTypeMinRowBytes(ct, width));
SkBitmap.cpp 147 fRowBytes = SkToU32(rowBytes);
    [all...]
  /external/skia/src/sfnt/
SkOTUtils.cpp 106 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize));
115 nameTableEntry->logicalLength = SkEndian_SwapBE32(SkToU32(nameTableLogicalSize));
116 nameTableEntry->offset = SkEndian_SwapBE32(SkToU32(originalDataSize));
  /external/skia/tests/
ReadWriteAlphaTest.cpp 84 msg.printf("rt:%d, rb:%d", rt, SkToU32(rowBytes));
114 " at (%d,%d), rb:%d", rbValue, x, y, SkToU32(rowBytes));
175 msg.printf("rt:%d, rb:%d", rt, SkToU32(rowBytes));
MathTest.cpp 509 SkToU32(5*1024*1024);
510 SkToU32(-5);
StreamTest.cpp 327 SkToU32(SkTMin(sizeof(buffer), asset->getLength() - i));
  /external/skia/src/effects/gradients/
SkClampRange.cpp 18 return count + SkCLZ(SkToU32(value));
  /external/skia/src/gpu/
GrProgramDesc.h 109 *(this->atOffset<uint32_t, GrProgramDesc::kLengthOffset>()) = SkToU32(keyLength);
GrPath.cpp 129 builder[i++] = SkToU32(verbCnt); // The path limit is compile-asserted above, so the cast is ok.
GrResourceCache.cpp 598 SkASSERT(fTimestamp == SkToU32(count));
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 79 key[0] = (classID << 16) | SkToU32(processorKeySize);
  /external/skia/src/gpu/vk/
GrVkProgramDesc.cpp 66 key[0] = (classID << 16) | SkToU32(processorKeySize);
  /external/skia/include/core/
SkTypes.h 265 SK_API uint32_t SkToU32(uintmax_t);
275 #define SkToU32(x) ((uint32_t)(x))
  /external/skia/include/gpu/
GrResourceKey.h 110 SkASSERT(SkToU32(dataIdx) < dataCount);
  /external/skia/third_party/ktx/
ktx.cpp 503 hdr.fBytesOfKeyValueData = SkToU32(hdr.fBytesOfKeyValueData + kvsize);

Completed in 1183 milliseconds

1 2