/external/skqp/tests/ |
D | BitmapTest.cpp | 31 bm.setInfo(SkImageInfo::MakeN32Premul(10, 10)); in test_peekpixels() 64 bm.setInfo(info); in test_allocpixels() 72 bm.setInfo(info, explicitRowBytes); in test_allocpixels() 81 bm.setInfo(info, 0); in test_allocpixels() 88 bool success = bm.setInfo(info, info.minRowBytes() - 1); // invalid for 32bit in test_allocpixels() 98 REPORTER_ASSERT(reporter, bm.setInfo(info)); in test_bigwidth() 99 REPORTER_ASSERT(reporter, bm.setInfo(info.makeColorType(kRGB_565_SkColorType))); in test_bigwidth() 107 REPORTER_ASSERT(reporter, !bm.setInfo(info.makeColorType(kN32_SkColorType))); in test_bigwidth() 118 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height)); in DEF_TEST()
|
D | ShaderOpacityTest.cpp | 18 bmp.setInfo(info); in test_bitmap()
|
/external/skia/tests/ |
D | BitmapTest.cpp | 31 bm.setInfo(SkImageInfo::MakeN32Premul(10, 10)); in test_peekpixels() 64 bm.setInfo(info); in test_allocpixels() 72 bm.setInfo(info, explicitRowBytes); in test_allocpixels() 81 bm.setInfo(info, 0); in test_allocpixels() 88 bool success = bm.setInfo(info, info.minRowBytes() - 1); // invalid for 32bit in test_allocpixels() 98 REPORTER_ASSERT(reporter, bm.setInfo(info)); in test_bigwidth() 99 REPORTER_ASSERT(reporter, bm.setInfo(info.makeColorType(kRGB_565_SkColorType))); in test_bigwidth() 107 REPORTER_ASSERT(reporter, !bm.setInfo(info.makeColorType(kN32_SkColorType))); in test_bigwidth() 118 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height)); in DEF_TEST()
|
D | ShaderOpacityTest.cpp | 18 bmp.setInfo(info); in test_bitmap()
|
/external/skia/docs/ |
D | SkBitmap_Reference.bmh | 87 bitmap.setInfo(SkImageInfo::MakeN32(16, 16, kPremul_SkAlphaType)); 125 bitmap.setInfo(SkImageInfo::Make(25, 35, kRGBA_8888_SkColorType, kOpaque_SkAlphaType), 135 #SeeAlso setInfo 164 #SeeAlso setInfo setPixelRef setPixels swap 193 #SeeAlso setInfo setPixelRef setPixels swap 236 #SeeAlso setInfo setPixelRef setPixels swap 265 #SeeAlso setInfo setPixelRef setPixels swap 402 bitmap.setInfo(info); 423 bitmap.setInfo(info); 447 bitmap.setInfo(SkImageInfo::MakeA8(16, 32)); [all …]
|
/external/skqp/docs/ |
D | SkBitmap_Reference.bmh | 87 bitmap.setInfo(SkImageInfo::MakeN32(16, 16, kPremul_SkAlphaType)); 125 bitmap.setInfo(SkImageInfo::Make(25, 35, kRGBA_8888_SkColorType, kOpaque_SkAlphaType), 135 #SeeAlso setInfo 164 #SeeAlso setInfo setPixelRef setPixels swap 193 #SeeAlso setInfo setPixelRef setPixels swap 236 #SeeAlso setInfo setPixelRef setPixels swap 265 #SeeAlso setInfo setPixelRef setPixels swap 402 bitmap.setInfo(info); 423 bitmap.setInfo(info); 447 bitmap.setInfo(SkImageInfo::MakeA8(16, 32)); [all …]
|
/external/skqp/src/core/ |
D | SkBitmap.cpp | 108 bool SkBitmap::setInfo(const SkImageInfo& info, size_t rowBytes) { in setInfo() function in SkBitmap 225 if (!this->setInfo(requestedInfo, rowBytes)) { in tryAllocPixels() 250 if (!this->setInfo(requestedInfo)) { in tryAllocPixelsFlags() 279 if (!this->setInfo(requestedInfo, rb)) { in installPixels() 436 dst.setInfo(this->info().makeWH(r.width(), r.height()), this->rowBytes()); in extractSubset() 532 tmpBitmap.setInfo(SkImageInfo::MakeA8(this->width(), this->height()), srcM.fRowBytes); in extractAlpha() 555 tmpBitmap.setInfo(SkImageInfo::MakeA8(dstM.fBounds.width(), dstM.fBounds.height()), in extractAlpha()
|
/external/skia/src/core/ |
D | SkBitmap.cpp | 108 bool SkBitmap::setInfo(const SkImageInfo& info, size_t rowBytes) { in setInfo() function in SkBitmap 257 if (!this->setInfo(requestedInfo, rowBytes)) { in tryAllocPixels() 282 if (!this->setInfo(requestedInfo)) { in tryAllocPixelsFlags() 311 if (!this->setInfo(requestedInfo, rb)) { in installPixels() 468 dst.setInfo(this->info().makeWH(r.width(), r.height()), this->rowBytes()); in extractSubset() 564 tmpBitmap.setInfo(SkImageInfo::MakeA8(this->width(), this->height()), srcM.fRowBytes); in extractAlpha() 587 tmpBitmap.setInfo(SkImageInfo::MakeA8(dstM.fBounds.width(), dstM.fBounds.height()), in extractAlpha()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | CallInfoParser.java | 80 callInfo.setInfo(uri); in parse() 97 callInfo.setInfo(uri); in parse()
|
/external/nist-sip/java/javax/sip/header/ |
D | CallInfoHeader.java | 9 void setInfo(URI info); in setInfo() method
|
/external/curl/tests/python_dependencies/impacket/ |
D | smb3.py | 1282 …def setInfo(self, treeId, fileId, inputBlob = '', infoType = SMB2_0_INFO_FILE, fileInfoClass = SMB… member in SMB3 1292 setInfo = SMB2SetInfo() 1293 setInfo['InfoType'] = SMB2_0_INFO_FILE 1294 setInfo['FileInfoClass'] = fileInfoClass 1295 setInfo['BufferLength'] = len(inputBlob) 1296 setInfo['AdditionalInformation'] = additionalInformation 1297 setInfo['FileID'] = fileId 1298 setInfo['Buffer'] = inputBlob 1300 packet['Data'] = setInfo 1342 …self.setInfo(treeId, fileId, renameReq, infoType = SMB2_0_INFO_FILE, fileInfoClass = SMB2_FILE_REN…
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | CallInfo.java | 113 public void setInfo(javax.sip.address.URI info) { in setInfo() method in CallInfo
|
/external/skia/bench/ |
D | RepeatTileBench.cpp | 45 fBitmap.setInfo(SkImageInfo::Make(w, h, ct, at)); in RepeatTileBench()
|
D | BitmapRectBench.cpp | 59 fBitmap.setInfo(SkImageInfo::MakeN32Premul(kWidth, kHeight)); in BitmapRectBench()
|
/external/skqp/bench/ |
D | RepeatTileBench.cpp | 45 fBitmap.setInfo(SkImageInfo::Make(w, h, ct, at)); in RepeatTileBench()
|
D | BitmapRectBench.cpp | 59 fBitmap.setInfo(SkImageInfo::MakeN32Premul(kWidth, kHeight)); in BitmapRectBench()
|
/external/skia/gm/ |
D | stroketext.cpp | 16 bm.setInfo(SkImageInfo::MakeN32Premul(30, 30)); in test_nulldev()
|
D | imagemagnifier.cpp | 61 result.setInfo(SkImageInfo::MakeS32(WIDTH_HEIGHT, WIDTH_HEIGHT, kPremul_SkAlphaType)); in make_img()
|
D | bitmapshader.cpp | 125 bitmap.setInfo(SkImageInfo::MakeA8(bitmapW, bitmapH), bitmapW);
|
/external/skqp/gm/ |
D | stroketext.cpp | 16 bm.setInfo(SkImageInfo::MakeN32Premul(30, 30)); in test_nulldev()
|
D | imagemagnifier.cpp | 61 result.setInfo(SkImageInfo::MakeS32(WIDTH_HEIGHT, WIDTH_HEIGHT, kPremul_SkAlphaType)); in make_img()
|
D | bitmapshader.cpp | 124 bitmap.setInfo(SkImageInfo::MakeA8(bitmapW, bitmapH), bitmapW);
|
/external/skqp/src/android/ |
D | SkBitmapRegionCodec.cpp | 80 bitmap->setInfo(outInfo); in decodeRegion()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterNameReader.java | 167 if (!result.setInfo(rangestart, rangeend, type, variant)) { in readAlg()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCharacterNameReader.java | 167 if (!result.setInfo(rangestart, rangeend, type, variant)) { in readAlg()
|