/third_party/skia/experimental/graphite/src/ |
H A D | SkStuff.cpp | 14 sk_sp<SkSurface> MakeGraphite(sk_sp<skgpu::Recorder> recorder, const SkImageInfo& ii) { in MakeGraphite() argument
|
H A D | Image_Graphite.cpp | 17 Image_Graphite::Image_Graphite(const SkImageInfo& ii) in Image_Graphite() argument
|
H A D | Surface_Graphite.cpp | 26 sk_sp<SkSurface> Surface_Graphite::onNewSurface(const SkImageInfo& ii) { in onNewSurface() argument 31 SkImageInfo ii = subset ? this->imageInfo().makeDimensions(subset->size()) in onNewImageSnapshot() local
|
/third_party/lz4/ossfuzz/ |
H A D | standaloneengine.c | 15 int ii; in main() local
|
/third_party/skia/tests/ |
H A D | SrcSrcOverBatchTest.cpp | 22 const SkImageInfo ii = SkImageInfo::Make(kSize, kSize, kRGBA_8888_SkColorType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | DeviceTest.cpp | 85 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | GrDDLImageTest.cpp | 23 SkImageInfo ii = SkImageInfo::Make(16, 16, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST() local
|
H A D | PinnedImageTest.cpp | 22 static bool surface_is_expected_color(SkSurface* surf, const SkImageInfo& ii, SkColor color) { in surface_is_expected_color() argument 40 const SkImageInfo ii = SkImageInfo::Make(64, 64, kN32_SkColorType, kPremul_SkAlphaType); in basic_test() local 90 const SkImageInfo ii = SkImageInfo::Make(64, 64, kN32_SkColorType, kPremul_SkAlphaType); cleanup_test() local [all...] |
H A D | RepeatedClippedBlurTest.cpp | 30 const SkImageInfo ii = SkImageInfo::Make(1024, 600, kRGBA_8888_SkColorType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | SpecialSurfaceTest.cpp | 87 SkImageInfo ii = SkImageInfo::Make({ kSmallerSize, kSmallerSize }, colorType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/libsnd/ossfuzz/ |
H A D | standaloneengine.cc | 15 int ii; in main() local
|
/third_party/node/deps/openssl/openssl/crypto/rc5/ |
H A D | rc5_skey.c | 23 int i, j, m, c, t, ii, jj; in RC5_32_set_key() local
|
/third_party/openssl/crypto/rc5/ |
H A D | rc5_skey.c | 23 int i, j, m, c, t, ii, jj; in RC5_32_set_key() local
|
/third_party/toybox/toys/other/ |
H A D | pwgen.c | 39 int length = 8, count, ii, jj, c, rand = 0, x = 0; in pwgen_main() local
|
H A D | sha3sum.c | 67 int span, ii, len, rate = 200-TT.a/4; in do_sha3sum() local [all...] |
/third_party/skia/bench/ |
H A D | DDLRecorderBench.cpp | 24 SkImageInfo ii = SkImageInfo::Make(32, 32, kRGBA_8888_SkColorType, in create_characterization() local
|
H A D | ImageCycleBench.cpp | 39 auto ii = SkImageInfo::Make(kImageSize.fWidth, kImageSize.fHeight, kRGBA_8888_SkColorType, variable
|
/third_party/ffmpeg/libavfilter/tests/ |
H A D | integral.c | 21 static void display_integral(const uint32_t *ii, int w, int h, int lz_32) in display_integral() argument 57 uint32_t *ii = av_calloc(ii_h + 1, ii_lz_32 * sizeof(*ii)); in main() local
|
/third_party/openssl/demos/digest/ |
H A D | EVP_MD_stdin.c | 44 int ii; in demonstrate_digest() local
|
/third_party/skia/docs/examples/ |
H A D | blur4444.cpp | 23 auto ii = SkImageInfo::Make(650, 480, kARGB_4444_SkColorType, kPremul_SkAlphaType); in REG_FIDDLE() local
|
/third_party/skia/tools/mdbviz/ |
H A D | Model.cpp | 19 SkImageInfo ii = SkImageInfo::MakeN32Premul(1024, 1024); in Model() local
|
/third_party/skia/gm/ |
H A D | androidblendmodes.cpp | 44 SkImageInfo ii = SkImageInfo::MakeN32Premul(kBitmapSize, kBitmapSize); variable
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | t_req.c | 119 int j, type = 0, count = 1, ii = 0; in X509_REQ_print_ex() local
|
/third_party/skia/src/gpu/ |
H A D | BaseDevice.cpp | 68 const SkImageInfo& ii = this->imageInfo(); in replaceBackingProxy() local 21 BaseDevice(sk_sp<GrRecordingContext> rContext, const SkImageInfo& ii, const SkSurfaceProps& props) BaseDevice() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSecondaryCBDrawContext.cpp | 102 SkImageInfo ii = fDevice->imageInfo(); in characterize() local 159 SkImageInfo ii = fDevice->imageInfo(); in isCompatible() local
|