Home
last modified time | relevance | path

Searched refs:wind (Results 1 – 25 of 70) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandwindow.c46 SDL_WindowData *wind = (SDL_WindowData *)data; in handle_configure() local
47 SDL_Window *window = wind->sdlwindow; in handle_configure()
79 WAYLAND_wl_egl_window_resize(wind->egl_window, window->w, window->h, 0, 0); in handle_configure()
81 region = wl_compositor_create_region(wind->waylandData->compositor); in handle_configure()
83 wl_surface_set_opaque_region(wind->surface, region); in handle_configure()
148 SDL_WindowData *wind = window->driverdata; in Wayland_ShowWindow() local
151 wl_shell_surface_set_fullscreen(wind->shell_surface, in Wayland_ShowWindow()
155 wl_shell_surface_set_toplevel(wind->shell_surface); in Wayland_ShowWindow()
164 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowFullscreen() local
167 wl_shell_surface_set_fullscreen(wind->shell_surface, in Wayland_SetWindowFullscreen()
[all …]
/third_party/flutter/skia/src/gpu/ccpr/
DGrGSCoverageProcessor.cpp63 GrShaderVar wind("wind", kHalf_GrSLType); in emitGeometryShader() local
64 g->declareGlobal(wind); in emitGeometryShader()
65 Shader::CalcWind(proc, g, "pts", wind.c_str()); in emitGeometryShader()
69 g->codeAppendf("%s *= half(sk_in[0].sk_Position.w);", wind.c_str()); in emitGeometryShader()
100 fnBody.appendf("%s *= %s;", coverage, wind.c_str()); in emitGeometryShader()
102 fnBody.appendf("%s.x *= %s;", cornerCoverage, wind.c_str()); in emitGeometryShader()
105 "vertexpos", coverage, cornerCoverage, wind.c_str()); in emitGeometryShader()
128 fEdgeDistanceEquation.c_str(), wind.c_str()); in emitGeometryShader()
131 this->onEmitGeometryShader(proc, g, wind, emitVertexFn.c_str()); in emitGeometryShader()
135 const GrShaderVar& wind, const char* emitVertexFn) const = 0;
[all …]
DGrCCCubicShader.cpp86 const char* position, const char* coverage, const char* cornerCoverage, const char* wind) { in onEmitVaryings() argument
93 code->appendf("%s.xyz = klm * float3(1, %s, %s);", OutName(fKLM_fEdge), wind, wind); in onEmitVaryings()
DGrCCQuadraticShader.cpp37 const char* position, const char* coverage, const char* cornerCoverage, const char* wind) { in onEmitVaryings() argument
51 code->appendf("%s.y = %s;", OutName(fEdge_fWind_fCorner), wind); in onEmitVaryings()
DGrCCConicShader.cpp52 const char* position, const char* coverage, const char* cornerCoverage, const char* wind) { in onEmitVaryings() argument
58 code->appendf("%s.w = %s;", OutName(fKLM_fWind), wind); in onEmitVaryings()
DGrCCCoverageProcessor.h148 const char* wind) { in emitVaryings() argument
151 varyingHandler, scope, code, position, coverage, cornerCoverage, wind); in emitVaryings()
200 const char* coverage, const char* cornerCoverage, const char* wind) = 0;
DGrCCCubicShader.h31 const char* coverage, const char* cornerCoverage, const char* wind) override;
DGrCCQuadraticShader.h30 const char* coverage, const char* cornerCoverage, const char* wind) override;
DGrCCConicShader.h32 const char* coverage, const char* cornerCoverage, const char* wind) override;
DGrCCFiller.cpp201 float wind = ax*by - ay*bx; in tessellateFan() local
202 if ((wind > 0) != (-tessWinding > 0)) { // Tessellator has opposite winding sense. in tessellateFan()
/third_party/weston/tests/
Divi-layout-test-client.c432 struct ivi_window *wind; in TEST() local
441 wind = client_create_ivi_window(client, iviapp, IVI_TEST_SURFACE_ID(0)); in TEST()
445 wl_surface_attach(wind->wl_surface, buffer->proxy, 0, 0); in TEST()
446 wl_surface_damage(wind->wl_surface, 0, 0, 20, 30); in TEST()
447 wl_surface_commit(wind->wl_surface); in TEST()
451 wl_surface_attach(wind->wl_surface, buffer->proxy, 0, 0); in TEST()
452 wl_surface_damage(wind->wl_surface, 0, 0, 40, 50); in TEST()
453 wl_surface_commit(wind->wl_surface); in TEST()
458 ivi_window_destroy(wind); in TEST()
467 struct ivi_window *wind; in TEST() local
[all …]
/third_party/flutter/skia/src/pathops/
DSkPathOpsWinding.cpp291 int wind = 0; in sortableTop() local
320 swap(wind, oppWind); in sortableTop()
322 int lastWind = wind; in sortableTop()
326 wind += windValue; in sortableTop()
330 int windSum = SkOpSegment::UseInnerWinding(lastWind, wind) ? wind : lastWind; in sortableTop()
339 || (abs(wind) == abs(lastWind) in sortableTop()
340 && (windSum ^ wind ^ lastWind) == spanSum)); in sortableTop()
364 swap(wind, oppWind); in sortableTop()
DSkPathOpsDebug.cpp500 bool SkPathOpsDebug::ValidWind(int wind) { in ValidWind() argument
501 return wind > SK_MinS32 + 0xFFFF && wind < SK_MaxS32 - 0xFFFF; in ValidWind()
504 void SkPathOpsDebug::WindingPrintf(int wind) { in WindingPrintf() argument
505 if (wind == SK_MinS32) { in WindingPrintf()
508 SkDebugf("%d", wind); in WindingPrintf()
1350 int wind = 0; in debugValidate() local
1371 wind += next->debugSign() * (op ? minSpan->oppValue() : minSpan->windValue()); in debugValidate()
1373 wind &= 1; in debugValidate()
1384 SkASSERT(wind == 0 || !SkPathOpsDebug::gRunFail); in debugValidate()
/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp292 int wind = 0; in sortableTop() local
321 swap(wind, oppWind); in sortableTop()
323 int lastWind = wind; in sortableTop()
327 wind += windValue; in sortableTop()
331 int windSum = SkOpSegment::UseInnerWinding(lastWind, wind) ? wind : lastWind; in sortableTop()
340 || (abs(wind) == abs(lastWind) in sortableTop()
341 && (windSum ^ wind ^ lastWind) == spanSum)); in sortableTop()
365 swap(wind, oppWind); in sortableTop()
DSkPathOpsDebug.cpp500 bool SkPathOpsDebug::ValidWind(int wind) { in ValidWind() argument
501 return wind > SK_MinS32 + 0xFFFF && wind < SK_MaxS32 - 0xFFFF; in ValidWind()
504 void SkPathOpsDebug::WindingPrintf(int wind) { in WindingPrintf() argument
505 if (wind == SK_MinS32) { in WindingPrintf()
508 SkDebugf("%d", wind); in WindingPrintf()
1328 int wind = 0; in debugValidate() local
1349 wind += next->debugSign() * (op ? minSpan->oppValue() : minSpan->windValue()); in debugValidate()
1351 wind &= 1; in debugValidate()
1362 SkASSERT(wind == 0 || !SkPathOpsDebug::gRunFail); in debugValidate()
/third_party/icu/icu4c/source/test/testdata/cldr/units/
DunitPreferencesTest.txt362 speed; wind; 001; 11 / 36; 0.3055555555555556; meter-per-second; 11 / 10; 1.1; kilometer-per-hour
363 speed; wind; 001; 5 / 18; 0.2777777777777778; meter-per-second; 1; 1.0; kilometer-per-hour
364 speed; wind; 001; 1 / 4; 0.25; meter-per-second; 9 / 10; 0.9; kilometer-per-hour
366 speed; wind; FI; 11 / 10; 1.1; meter-per-second; 11 / 10; 1.1; meter-per-second
367 speed; wind; FI; 1; 1.0; meter-per-second; 1; 1.0; meter-per-second
368 speed; wind; FI; 9 / 10; 0.9; meter-per-second; 9 / 10; 0.9; meter-per-second
370 speed; wind; US; 15367 / 31250; 0.491744; meter-per-second; 11 / 10; 1.1; mile-per-hour
371 speed; wind; US; 1397 / 3125; 0.44704; meter-per-second; 1; 1.0; mile-per-hour
372 speed; wind; US; 12573 / 31250; 0.402336; meter-per-second; 9 / 10; 0.9; mile-per-hour
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/cldr/units/
DunitPreferencesTest.txt362 speed; wind; 001; 11 / 36; 0.3055555555555556; meter-per-second; 11 / 10; 1.1; kilometer-per-hour
363 speed; wind; 001; 5 / 18; 0.2777777777777778; meter-per-second; 1; 1.0; kilometer-per-hour
364 speed; wind; 001; 1 / 4; 0.25; meter-per-second; 9 / 10; 0.9; kilometer-per-hour
366 speed; wind; FI; 11 / 10; 1.1; meter-per-second; 11 / 10; 1.1; meter-per-second
367 speed; wind; FI; 1; 1.0; meter-per-second; 1; 1.0; meter-per-second
368 speed; wind; FI; 9 / 10; 0.9; meter-per-second; 9 / 10; 0.9; meter-per-second
370 speed; wind; US; 15367 / 31250; 0.491744; meter-per-second; 11 / 10; 1.1; mile-per-hour
371 speed; wind; US; 1397 / 3125; 0.44704; meter-per-second; 1; 1.0; mile-per-hour
372 speed; wind; US; 12573 / 31250; 0.402336; meter-per-second; 9 / 10; 0.9; mile-per-hour
/third_party/boost/libs/math/doc/distributions/
Drayleigh.qbk38 for example, wind velocity and direction may be combined to yield a wind speed,
Dinverse_gaussian.qbk47 Examples are returns from financial assets and turbulent wind speeds.
/third_party/grpc/doc/core/
Dpending_api_cleanups.md6 will wind up bumping the major version number anyway, at which point we
/third_party/grpc/doc/cpp/
Dpending_api_cleanups.md6 will wind up bumping the major version number anyway, at which point we
/third_party/flutter/skia/tests/
DPathOpsDebug.cpp46 bool SkPathOpsDebug::ValidWind(int wind) { in ValidWind() argument
47 return wind > SK_MinS32 + 0xFFFF && wind < SK_MaxS32 - 0xFFFF; in ValidWind()
50 void SkPathOpsDebug::WindingPrintf(int wind) { in WindingPrintf() argument
51 if (wind == SK_MinS32) { in WindingPrintf()
54 SkDebugf("%d", wind); in WindingPrintf()
/third_party/skia/tests/
DPathOpsDebug.cpp46 bool SkPathOpsDebug::ValidWind(int wind) { in ValidWind() argument
47 return wind > SK_MinS32 + 0xFFFF && wind < SK_MaxS32 - 0xFFFF; in ValidWind()
50 void SkPathOpsDebug::WindingPrintf(int wind) { in WindingPrintf() argument
51 if (wind == SK_MinS32) { in WindingPrintf()
54 SkDebugf("%d", wind); in WindingPrintf()
/third_party/mesa3d/src/compiler/nir/
DREADME57 - If we do any inlining before link time, then we might wind up with the
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt401 凩>'[wintry wind]';
1267 屁>'[break wind]';
3018 瀟>'[sound of beating wind and rain]';
4084 繆>'[wind around]';
4092 繚>'[wind round]';
5967 風>'[wind]';
5968 #"風>'[wind]'",
5969 颯>'[sound of wind]';

123