/third_party/skia/tests/ |
D | GrThreadSafeCacheTest.cpp | 37 static SkImageInfo default_ii(int wh) { in default_ii() argument 38 return SkImageInfo::Make(wh, wh, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in default_ii() 42 int wh) { in new_SDC() argument 47 {wh, wh}, in new_SDC() 56 static void create_view_key(GrUniqueKey* key, int wh, int id) { in create_view_key() argument 59 builder[0] = wh; in create_view_key() 67 static void create_vert_key(GrUniqueKey* key, int wh, int id) { in create_vert_key() argument 70 builder[0] = wh; in create_vert_key() 85 static SkBitmap create_bitmap(int wh) { in create_bitmap() argument 88 bitmap.allocPixels(default_ii(wh)); in create_bitmap() [all …]
|
/third_party/node/deps/npm/node_modules/color-convert/ |
D | conversions.js | 357 let wh = hwb[1] / 100; 359 const ratio = wh + bl; 364 wh /= ratio; 376 const n = wh + f * (v - wh); // Linear interpolation 385 case 0: r = v; g = n; b = wh; break; 386 case 1: r = n; g = v; b = wh; break; 387 case 2: r = wh; g = v; b = n; break; 388 case 3: r = wh; g = n; b = v; break; 389 case 4: r = n; g = wh; b = v; break; 390 case 5: r = v; g = wh; b = n; break;
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_video.c | 156 unsigned wh; in rvid_join_surfaces() local 162 wh = surfaces[i]->u.legacy.bankw * surfaces[i]->u.legacy.bankh; in rvid_join_surfaces() 163 if (wh < best_wh) { in rvid_join_surfaces() 164 best_wh = wh; in rvid_join_surfaces()
|
/third_party/skia/src/utils/ |
D | SkMultiPictureDocument.cpp | 163 PagerCanvas(SkISize wh, SkDocumentPage* dst, int count) in PagerCanvas() 164 : SkNWayCanvas(wh.width(), wh.height()), fDst(dst), fCount(count) { in PagerCanvas()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_pixelize.c | 189 const int wh = s->planeheight[p]; in pixelize_slice() local 192 const int wslice_start = (wh * jobnr) / nb_jobs; in pixelize_slice() 193 const int wslice_end = (wh * (jobnr+1)) / nb_jobs; in pixelize_slice()
|
D | vf_datascope.c | 472 int ww, wh; member 551 s->wh = 300 * 1.6; in pixscope_config_input() 595 Y = (in->height - s->wh) * s->wy; in pixscope_filter_frame() 597 Y = (in->height - s->wh) * -s->wy; in pixscope_filter_frame() 602 s->y + s->h >= Y && (s->y + s->h <= Y + s->wh)) { in pixscope_filter_frame() 609 s->y + s->h >= Y && (s->y + s->h <= Y + s->wh)) { in pixscope_filter_frame() 610 Y = (in->height - s->wh) * (1 + s->wy); in pixscope_filter_frame() 619 s->wh); in pixscope_filter_frame()
|
D | vf_scale_cuda.cu | 1021 float wh = min(max(0.5f * (hscale - 1.0f), 0.0f), 1.0f); in Subsample_Bilinear() local 1024 float dx = wh / (0.5f + wh); in Subsample_Bilinear()
|
/third_party/ffmpeg/libavcodec/ |
D | vmnc.c | 250 int bg = 0, fg = 0, rects, color, flags, xy, wh; in decode_hextile() local 295 wh = bytestream2_get_byte(gb); in decode_hextile() 299 rect_w = (wh >> 4) + 1; in decode_hextile() 300 rect_h = (wh & 0xF) + 1; in decode_hextile()
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | xfade.cl | 99 int2 wh = (int2)(w, h); 103 int2 f = p % wh;
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | mi.txt | 6 ExemplarCharacters{"[a ā e ē h i ī k m n {ng} o ō p r t u ū w {wh}]"} 459 "Paengawhāwhā", 503 "Paengawhāwhā",
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 385 const float wh = static_cast<float>(h) / viewHeight; in renderScene() local 386 glUniform2f(glGetUniformLocation(mProgram, "uOffset"), 2.f * wf - 1.f, 2.f * wh - 1.f); in renderScene()
|
/third_party/icu/icu4c/source/data/locales/ |
D | mi.txt | 6 ExemplarCharacters{"[a ā e ē h i ī k m n {ng} o ō p r t u ū w {wh}]"} 608 full_width_form_variant{"momo tohu whārahitanga"} 610 half_width_form_variant{"momo tohu whārahitanga haurua"}
|
/third_party/glfw/src/ |
D | window.c | 734 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* wh, in glfwSetWindowMonitor() argument 740 _GLFWwindow* window = (_GLFWwindow*) wh; in glfwSetWindowMonitor()
|
/third_party/skia/gm/ |
D | wacky_yuv_formats.cpp | 796 int wh = SkScalarCeilToInt(kTileWidthHeight * (fUseSubset ? 1.5f : 1.f)); in onISize() local 797 return SkISize::Make(kLabelWidth + numCols * (wh + kPad), in onISize() 798 kLabelHeight + numRows * (wh + kPad)); in onISize()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | fragmentdensitymapops.txt | 90 {empty}:: latexmath:[fragmentArea_{wh} = \frac{1.0}{densityValue_{xy}}]
|
D | fragmentdensitymapops.adoc | 121 {empty}:: latexmath:[fragmentArea_{wh} = \frac{1.0}{densityValue_{xy}}]
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "vx" | "vy" | "vz" | "wa" | "wb" | "wc" | "wd" | "we" | "wf" | "wg" | "wh" | "wi" | "wj" | "wk… 9 …wh: "aa.wh"; wi: "aa.wi"; wj: "aa.wj"; wk: "aa.wk"; wl: "aa.wl"; wm: "aa.wm"; wn: "aa.wn"; wo: "aa… 10 …wh: "aa.wh"; wi: "aa.wi"; wj: "aa.wj"; wk: "aa.wk"; wl: "aa.wl"; wm: "aa.wm"; wn: "aa.wn"; wo: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "vx" | "vy" | "vz" | "wa" | "wb" | "wc" | "wd" | "we" | "wf" | "wg" | "wh" | "wi" | "wj" | "wk… 9 …wh: "aa.wh"; wi: "aa.wi"; wj: "aa.wj"; wk: "aa.wk"; wl: "aa.wl"; wm: "aa.wm"; wn: "aa.wn"; wo: "aa… 10 …wh: "aa.wh"; wi: "aa.wi"; wj: "aa.wj"; wk: "aa.wk"; wl: "aa.wl"; wm: "aa.wm"; wn: "aa.wn"; wo: "aa…
|
/third_party/icu/icu4c/source/data/lang/ |
D | mi.txt | 29 av{"Āwhāriki"}
|
/third_party/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1603 SkISize wh = rect_to_size(physicalBounds).toCeil(); in internalDrawImageRect() local 1605 auto surface = SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(wh)); in internalDrawImageRect()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1679 struct src_register wh = get_tex_dimensions( emit, sampler.base.num ); in emit_tex2() local 1683 tmp, texcoord, wh )) in emit_tex2()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.2.c | 1625 uint64_t wh = ((uint64_t)width) * ((uint64_t)height); in wuffs_base__pixel_config__set() local 1627 if (wh <= ((uint64_t)SIZE_MAX)) { in wuffs_base__pixel_config__set() 2230 uint64_t wh = ((uint64_t)pixcfg->private_impl.width) * in wuffs_base__pixel_buffer__set_from_slice() local 2233 if ((wh > (UINT64_MAX / bytes_per_pixel)) || in wuffs_base__pixel_buffer__set_from_slice() 2237 wh *= bytes_per_pixel; in wuffs_base__pixel_buffer__set_from_slice() 2239 if (wh > len) { in wuffs_base__pixel_buffer__set_from_slice()
|
/third_party/cups-filters/cupsfilters/ |
D | image.ppm | 250 …_jbWofWvj^|jh�vx�������}y��{���������������}�w~�u��|��z~�qv�jx�o��{���~��nwh{wn��r���������z��y… 276 ;D1EQ=8F/>L5TcLixcq�oz�z������s�um�ls�sq�wh�pi�qs�uu�kn�VVl,VkSf 506 …wh�xq~pgbXLSMA^\Ouwi��{����������{rxnnqjfibZ_X6F<-A6Wf_�����������������������������������������м… 615 …"+3C#R-[5]6m8H�T[�lh�te�|c�|^�`<g<W'PLMI;0,FK)N/J.P6]FdL_Kwh-_WFE 1284 …D?,G@+D>+E<;RJOeYShY6H8.#!,&,5259<>=CEBKD:EJ>HC6?H9>SDGB220!34$�w����ʐ��wh�QN0@p7hL{S�$Z�,\… 2140 !!., 62'40%71%C<,PH5XL6XJ-ZL'_Q"fW m^tcvfwfwanUiNlQ&gI-V9)J+&F)%jOHbK=^I._N"eWh_mfwhqS 2506 *?&eR2zn:xt+rsx{�������~|rwh%s\0]D%G/:%/! 2913 …/S-'D.5( #(25==WR2�uU}gB�c<�`7�Z3�^:Q25!% #+.6=CYZyq�w�kzdwhrkYZ-3 2943 …)L+"?-0'!*-23[\:��a�|R�sG�d7yT(tS*A'. (+3<BY[zr�v�jycwhsl\[/5 3749 ..$ $ !:73ZYCuvI��F��C��A��B��=��A�L��N��C�~3yo-wh*xh3}nD�zP|{J]k=9R@(JO)NI<I86+… [all …]
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-arboretum.hdr | 95 …bh��k��rrr�cba]�}�]�����p���a]o^eo�n�whlmogaid��`l�g����u�{��_���col�v��e��wh{���y������`a�'b�����… 180 …nZV�}rQ�VAXQL]gOv]mOV:�p��r�iv�撀��±�����SS_���ôWMQ�nBox��CFcLPLu���QoSJedT�wh�[zaCA_>jmf?edeWMQ}�W… 234 …����Ɔ������lyi���NJ_ac�XV���d�P�Vcf|Zn_�T���b���v��tv��d���\��⇳��Ư���ˊwrz�wh�_�n�hk�����be���~�l… 337 …�ڎ��a�^�^������r����ŀ�pˋrȷ��}�m�v��ˀ�i���}��r��^{q�������|��ˑo�������{��z�wh�w���gf��rx���g~ͽ����… 376 …��u���s�Ε|����͌����|���ȡn�z��v�kl��냹�����a������ǵ�wᔶ�|�s�yq�lxyz�Ʉ��h���wh���mw��g��f�Y�g���mlv… 391 …�dL�`[~Pq^XD�cm�Xa�������ڊytc�\_���ikv������˺�xlL�\p�wpD=s�KMmHe�������Ʌ��Ǐwh|PeLI�O_Li}aPR�KcYq�… 470 …cuɸ�������v�Wk���e�grklv��gn]ozWi_������jafy�ge~fv�rj]^v��yy}ozii�{|v�jh��wh`����y]kqh{���um�����… 495 …�����ol����駃���ɐ���h����h���[����nkdss[]_i���f�r���a�fvi������zb�v�nz��_j_�wh���v�u}���y������⩄sz�… 604 …#XlZ^_\agfeMegRknnlk\cY]fkllfnoo^lrc�s�rsssv|~{{rqi���nh{nmzWex��R��lZloyW�wh��`�z�p���dXe��ytv\�w… 611 …�ˡ��������鉔��h�����È�ύ����w�ͭ����n������\L[\Q�������Ӻ�������������ン������wh�wr����h����ݨZq���d��… [all …]
|
D | hdr-rgb-eveningroad.hdr | 764 …TMKMMSak~tp|���������������~�������������ԀIJ����zpc`aiv|{}�������yskhfehs~wh]RGEBBBDHV^Xdquojloru… 898 …mccb`aaa_^^ZYZ]^][][VUVZa^_cmqknljnx����?>@ACFL��I����������}����������ξ��wh`afhec^]diq{z���D?>BG… 1018 …{t���~{|���|x��x���y���Ծxx�y�ҍw����҄|���g�j�����ws�oxn�����q����m�om�r{��wh�q�f��rt���w���k���m�… 1041 …�����������������ȴ��������Ƴ�������{�y}{pv[\bMmF_�WOWWGPWykqg����{tKWu��Z]v}wh����xx���������������… 1055 …�����������������������������������ˤ�sh��r��x��s�������������|�����ɉ��mĀ���wh~�k��éom�ҳ����w��Ǧÿ́… 1061 …n������frqspu|z�{{s��|wyox��{vst�sqv����������������yy�yokuz{�{}�t����͚���wh�U�I@v|E��tJt�zXe�c��… 1071 …oyuoulifmxiǴ���nqtn�k�{t{�����tiyi�������uzw������������������������r�lll�wh�f�|owah}���uuxisy|w�… 1081 …]\2e2X�UV@)-\-/2:673`DD9;8>?@Cc8@J^VOUJP�kykLkaE8FXW^MWwjIVq��~��Lm�q����wh���o|�PN�;B�RJr^=|HH… 1174 …nf��������kj�ihq�lkid�������klj��m�l�fg����������i��r˼me�ngnqqxoph�mmpqh���wh��po�x�o��vsqmnpk���… 1257 …�����������������������������������ː������������z��z����r��{�SK[�����kp���~wh�c}q�|���t��ox�Ihutdy…
|