Home
last modified time | relevance | path

Searched refs:direct (Results 226 - 250 of 295) sorted by relevance

12345678910>>...12

/third_party/zlib/contrib/minizip/
H A Dminiunz.c51 # include <direct.h>
/third_party/zlib/contrib/untgz/
H A Duntgz.c34 # include <direct.h>
/third_party/curl/lib/vtls/
H A Dsectransp.c995 const char *direct; in CopyCertSubject() local
1004 /* If the subject is already available as UTF-8 encoded (ie 'direct') then in CopyCertSubject()
1006 direct = CFStringGetCStringPtr(c, kCFStringEncodingUTF8); in CopyCertSubject()
1007 if(direct) { in CopyCertSubject()
1008 *certp = strdup(direct); in CopyCertSubject()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp62 const GrContextOptions& options, GrDirectContext* direct) { in Make()
208 sk_sp<GrVkGpu> vkGpu(new GrVkGpu(direct, backendContext, std::move(caps), interface, in Make()
221 GrVkGpu::GrVkGpu(GrDirectContext* direct, const GrVkBackendContext& backendContext, in GrVkGpu() argument
226 : INHERITED(direct) in GrVkGpu()
61 Make(const GrVkBackendContext& backendContext, const GrContextOptions& options, GrDirectContext* direct) Make() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_client.cpp1517 bool RSRenderServiceClient::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() argument
1522 return renderService->SetAncoForceDoDirect(direct); in SetAncoForceDoDirect()
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp1250 auto direct = dstHelper->directContext(); in run_test() local
1256 sk_sp<SkSurface> dstSurf = SkSurface::MakeRenderTarget(direct, in run_test()
H A DSurfaceTest.cpp373 auto direct = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
374 sk_sp<SkSurface> surface = create_gpu_surface(direct, kPremul_SkAlphaType, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
380 direct->abandonContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp668 label->SetDirect(fontStyle.direct); in DrawLabel()
1449 textCompent->SetDirect(static_cast<UITextLanguageDirect>(fontStyle.direct)); in MeasureText()
1500 text->SetDirect(static_cast<UITextLanguageDirect>(textParam->fontStyle.direct)); in DoDrawText()
/third_party/ffmpeg/libavcodec/
H A Dvc1_pred.c692 int direct, int mvtype) in ff_vc1_pred_b_mv()
724 if (direct && s->next_picture_ptr->field_picture) in ff_vc1_pred_b_mv()
725 av_log(s->avctx, AV_LOG_WARNING, "Mixed frame/field direct mode not supported\n"); in ff_vc1_pred_b_mv()
737 if (direct) { in ff_vc1_pred_b_mv()
691 ff_vc1_pred_b_mv(VC1Context *v, int dmv_x[2], int dmv_y[2], int direct, int mvtype) ff_vc1_pred_b_mv() argument
/third_party/ffmpeg/tests/fate/
H A Dh264.mak228 FATE_H264-$(call FRAMECRC, MATROSKA, H264) += fate-h264-direct-bff
431 fate-h264-direct-bff: CMD = framecrc -i $(TARGET_SAMPLES)/h264/direct-bff.mkv
/third_party/skia/src/gpu/
H A DSurfaceContext.cpp1238 auto direct = fContext->asDirectContext(); in transferPixels() local
1239 if (!direct) { in transferPixels()
1270 auto buffer = direct->priv().resourceProvider()->createBuffer( in transferPixels()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1623 "direct dependencies, pass them all as a single " in InterpretArgument()
1630 std::vector<std::string> direct = in InterpretArgument() local
1633 direct_dependencies_.insert(direct.begin(), direct.end()); in InterpretArgument()
2425 // either a direct child of the given descriptor, or the nested type is a
2446 // parameter will contain the direct children (when groups are ignored in the
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_audio_recorder_fast_audio_function.h25 #include <direct.h>
H A Dtest_single_audio_recorder_fast_stop_reset.h25 #include <direct.h>
H A Dtest_single_audio_recorder_fast_codec_aac.h25 #include <direct.h>
/third_party/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc47 #include <direct.h> // NOLINT
H A Dgoogletest-death-test-test.cc43 #include <direct.h> // For chdir().
111 // We call _exit() instead of exit(), as the former is a direct in DieWithMessage()
/third_party/lzma/C/Util/7z/
H A D7zMain.c21 #include <direct.h>
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c4058 struct pipe_grid_info direct = *info; in panfrost_launch_grid() local
4059 direct.indirect = NULL; in panfrost_launch_grid()
4060 direct.grid[0] = params[0]; in panfrost_launch_grid()
4061 direct.grid[1] = params[1]; in panfrost_launch_grid()
4062 direct.grid[2] = params[2]; in panfrost_launch_grid()
4066 panfrost_launch_grid(pipe, &direct); in panfrost_launch_grid()
/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp372 fontStyle.direct = TEXT_DIRECT_LTR; in UIKitCanvasTestDrawImage002()
397 fontStyle.direct = TEXT_DIRECT_LTR; in UIKitCanvasTestDrawLabel001()
1491 fontStyle.direct = TEXT_DIRECT_LTR; in RM011StrokeText001()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h373 void SetAncoForceDoDirect(bool direct);
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h251 NATIVEEXPORT void InnerSetColorSpace(const OHOS::ColorManager::ColorSpace &grColorSpace, bool direct = false);
/third_party/gn/src/gn/
H A Dfilesystem_utils.cc20 #include <direct.h>
/third_party/node/src/
H A Dnode.cc110 #include <direct.h>
H A Dnode_process_methods.cc26 #include <direct.h>

Completed in 52 milliseconds

12345678910>>...12