Searched refs:idst (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/gm/ |
D | poly2poly.cpp | 43 const int idst[], int count) { in doDraw() argument 49 dst[i].set(SkIntToScalar(idst[2*i+0]), SkIntToScalar(idst[2*i+1])); in doDraw()
|
/third_party/skia/gm/ |
D | poly2poly.cpp | 43 const int idst[], int count) { in doDraw() argument 49 dst[i].set(SkIntToScalar(idst[2*i+0]), SkIntToScalar(idst[2*i+1])); in doDraw()
|
/third_party/flutter/skia/samplecode/ |
D | SamplePolyToPoly.cpp | 75 const int idst[], int count) { in doDraw() argument 81 dst[i].set(SkIntToScalar(idst[2*i+0]), SkIntToScalar(idst[2*i+1])); in doDraw()
|
/third_party/skia/samplecode/ |
D | SamplePolyToPoly.cpp | 73 const int idst[], int count) { in doDraw() argument 79 dst[i].set(SkIntToScalar(idst[2*i+0]), SkIntToScalar(idst[2*i+1])); in doDraw()
|
/third_party/ffmpeg/libswscale/ |
D | rgb2rgb_template.c | 400 int *idst = (int32_t *)dst; in yuvPlanartoyuy2_c() 405 *idst++ = (yc[0] << 24) + (uc[0] << 16) + in yuvPlanartoyuy2_c() 408 *idst++ = yc[0] + (uc[0] << 8) + in yuvPlanartoyuy2_c() 464 int *idst = (int32_t *)dst; in yuvPlanartouyvy_c() 469 *idst++ = (uc[0] << 24) + (yc[0] << 16) + in yuvPlanartouyvy_c() 472 *idst++ = uc[0] + (yc[0] << 8) + in yuvPlanartouyvy_c()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | structurally_valid.cc | 585 char* UTF8CoerceToStructurallyValid(StringPiece src_str, char* idst, in UTF8CoerceToStructurallyValid() argument 595 char* dst = idst; in UTF8CoerceToStructurallyValid() 610 return idst; in UTF8CoerceToStructurallyValid()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.c | 476 int *idst = (int *)&context->vs_const_f[4 * device->max_vs_const_f]; in prepare_vs_constants_userbuf() local 477 memcpy(idst, context->vs_const_i, NINE_MAX_CONST_I * sizeof(int[4])); in prepare_vs_constants_userbuf() 482 int *idst = (int *)&context->vs_const_f[4 * device->max_vs_const_f]; in prepare_vs_constants_userbuf() local 483 uint32_t *bdst = (uint32_t *)&idst[4 * NINE_MAX_CONST_I]; in prepare_vs_constants_userbuf() 564 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; in prepare_ps_constants_userbuf() local 565 memcpy(idst, context->ps_const_i, sizeof(context->ps_const_i)); in prepare_ps_constants_userbuf() 569 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; in prepare_ps_constants_userbuf() local 570 uint32_t *bdst = (uint32_t *)&idst[4 * NINE_MAX_CONST_I]; in prepare_ps_constants_userbuf()
|
/third_party/flutter/skia/src/core/ |
D | SkMatrix.cpp | 1655 SkIRect idst; in SkTreatAsSprite() local 1656 dst.round(&idst); in SkTreatAsSprite() 1657 return isrc == idst; in SkTreatAsSprite()
|
/third_party/skia/src/core/ |
D | SkMatrix.cpp | 1689 SkIRect idst; in SkTreatAsSprite() local 1690 dst.round(&idst); in SkTreatAsSprite() 1691 return isrc == idst; in SkTreatAsSprite()
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 24934 "idst",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 24934 "idst",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 24119 "idst",
|