Home
last modified time | relevance | path

Searched defs:outer (Results 126 - 150 of 153) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp61 Rect RosenRenderTextField::GetInnerRect(const Decoration& decoration, const Rect& outer, double dipScale) const in GetInnerRect() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp160 void RSPaintFilterCanvasBase::DrawNestedRoundRect(const RoundRect& outer, const RoundRect& inner) in DrawNestedRoundRect() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp221 void CoreCanvas::DrawNestedRoundRect(const RoundRect& outer, const RoundRect& inner) in DrawNestedRoundRect() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h362 DrawNestedRoundRectOpItem(const RoundRect& outer, const RoundRect& inner, const Paint& paint) in DrawNestedRoundRectOpItem() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp331 void SkiaCanvas::DrawNestedRoundRect(const RoundRect& outer, const RoundRect& inner, const Paint& paint) in DrawNestedRoundRect() argument
1155 const SkRect* outer = reinterpret_cast<const SkRect*>(&roundRect.GetRect()); in RoundRectCastToSkRRect() local
/third_party/backends/sanei/
H A Dsanei_magic.c104 int outer[] = {0,0,0}; in sanei_magic_despeck() local
171 int outer = 0; in sanei_magic_despeck() local
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c733 struct intel_field_iterator outer; in decode_3dstate_constant_all() local
774 struct intel_field_iterator outer; in decode_3dstate_constant() local
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c1322 virgl_encode_set_tess_state(struct virgl_context *ctx, const float outer[4], const float inner[2]) virgl_encode_set_tess_state() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_intmodedep.h702 struct branch_chain *outer; member
/third_party/skia/src/gpu/v1/
H A DDevice.cpp503 void Device::drawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) { in drawDRRect() argument
/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp590 FontFallbackRenderer(const SkFontMgr_DirectWrite* outer, UINT32 character) in FontFallbackRenderer() argument
/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp790 SkCoincidentSpans* outer = fHead; in DEBUG_COIN_DECLARE_PARAMS() local
1256 SkCoincidentSpans* outer = fHead; DEBUG_COIN_DECLARE_PARAMS() local
[all...]
H A DSkPathOpsDebug.cpp1388 void SkCoincidentSpans::debugStartCheck(const SkOpSpanBase* outer, const SkOpSpanBase* over, in debugStartCheck() argument
1863 const SkCoincidentSpans* outer = fHead; in debugAddMissing() local
[all...]
/third_party/python/Modules/
H A Dmathmodule.c2032 PyObject *partial, *tmp, *inner, *outer; in factorial_odd_part() local
/third_party/python/Lib/test/
H A Dtest_traceback.py2149 def outer(): function
H A Dtest_logging.py5146 def outer(): function
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc940 void Scope::ReplaceOuterScope(Scope* outer) { in ReplaceOuterScope() argument
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py417 async def outer(): function
1824 async def outer(): function
1851 async def outer(): function
1915 async def outer(): global() function
3130 async def outer(): global() function
3158 async def outer(): global() function
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp499 float* const outer = &tessLevels[patchNdx*NUM_TESS_LEVELS + 2]; in generateRandomPatchTessLevels() local
[all...]
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp333 void render_drrect(SkCanvas* canvas, const SkRRect& outer, const SkRRect& inner) { in render_drrect() argument
1805 DrawDRRectCommand::DrawDRRectCommand(const SkRRect& outer, in DrawDRRectCommand() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp489 float* const outer = &tessLevels[patchNdx*NUM_TESS_LEVELS + 2]; in generateRandomPatchTessLevels() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc590 Scope* outer = original_scope_; in DoParseProgram() local
961 Scope* outer = original_scope_; DoParseFunction() local
1051 DCHECK_EQ(scope(), outer); DoParseFunction() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh2846 unsigned int outer = index >> 16; in get_delta() local
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1192 Handle<Context> Factory::NewScriptContext(Handle<NativeContext> outer, in NewScriptContext() argument
1233 Handle<Context> Factory::NewFunctionContext(Handle<Context> outer, in NewFunctionContext() argument
1217 NewModuleContext(Handle<SourceTextModule> module, Handle<NativeContext> outer, Handle<ScopeInfo> scope_info) NewModuleContext() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp3896 void ImGui::RenderRectFilledWithHole(ImDrawList* draw_list, ImRect outer, ImRect inner, ImU32 col, float rounding) in RenderRectFilledWithHole() argument
[all...]

Completed in 87 milliseconds

1234567