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

  /external/chromium_org/third_party/skia/src/utils/
SkBitmapHasher.cpp 37 write_int32_to_buffer(SkToU32(bitmap.width()), &out);
38 write_int32_to_buffer(SkToU32(bitmap.height()), &out);
  /external/chromium_org/third_party/skia/src/core/
SkWriteBuffer.cpp 44 fWriter.write32(SkToU32(size));
89 fWriter.writeInt(SkToU32(byteLength));
134 fWriter.write32(SkToU32(length));
148 buffer->writeUInt(SkToU32(data->size()));
320 fWriter.overwriteTAt(offset - sizeof(uint32_t), SkToU32(objSize));
SkDebug.cpp 39 uint32_t SkToU32(uintmax_t x) {
SkWriter32.cpp 50 *ptr = SkToU32(len);
SkDescriptor.h 47 entry->fLen = SkToU32(length);
SkFontDescriptor.cpp 28 const uint32_t length = SkToU32(stream->readPackedUInt());
SkPictureStateTree.cpp 33 draw->fOffset = SkToU32(offset);
84 n->fOffset = SkToU32(offset);
SkString.cpp 218 rec->fLength = SkToU32(len);
389 fRec->fLength = SkToU32(len);
397 fRec->fLength = SkToU32(len);
475 fRec->fLength = SkToU32(length + len);
SkPictureRecord.h 155 fWriter.writeInt(SkToU32(*size));
157 fWriter.writeInt(PACK_8_24(drawType, SkToU32(*size)));
SkMipMap.cpp 183 rowBytes = SkToU32(SkColorTypeMinRowBytes(ct, width));
SkTSort.h 196 int depth = 2 * SkNextLog2(SkToU32(right - left));
SkPictureData.cpp 218 buffer.writeUInt(SkToU32(size));
223 stream->write32(SkToU32(size));
SkPictureRecord.cpp 763 fRestoreOffsetStack.top() = SkToU32(offset);
    [all...]
SkBitmap.cpp 138 fRowBytes = SkToU32(rowBytes);
    [all...]
SkStream.cpp 155 uint32_t value32 = SkToU32(value);
SkAAClip.cpp 1104 yoffset->fOffset = SkToU32(data - baseData);
    [all...]
SkDraw.cpp     [all...]
  /external/chromium_org/third_party/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/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 65 writer->write32(SkToU32(size));
722 fWriter.write32(SkToU32(count));
880 fWriter.write32(SkToU32(byteLength));
896 fWriter.write32(SkToU32(byteLength));
912 fWriter.write32(SkToU32(byteLength));
935 fWriter.write32(SkToU32(byteLength));
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 243 SK_API uint32_t SkToU32(uintmax_t);
253 #define SkToU32(x) ((uint32_t)(x))
  /external/chromium_org/third_party/skia/tests/
MathTest.cpp 420 SkToU32(5*1024*1024);
421 SkToU32(-5);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 409 *this->atOffset<uint32_t, kLengthOffset>() = SkToU32(keyLength);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp     [all...]

Completed in 3231 milliseconds