Home
last modified time | relevance | path

Searched defs:info (Results 8526 - 8550 of 9727) sorted by relevance

1...<<341342343344345346347348349350>>...390

/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp139 static void gradient_function_code(const SkShader::GradientInfo& info, in gradient_function_code() argument
222 gradientStitchCode(const SkShader::GradientInfo& info) gradientStitchCode() argument
365 linearCode(const SkShader::GradientInfo& info, const SkMatrix& perspectiveRemover, SkDynamicMemoryWStream* function) linearCode() argument
378 radialCode(const SkShader::GradientInfo& info, const SkMatrix& perspectiveRemover, SkDynamicMemoryWStream* function) radialCode() argument
402 twoPointConicalCode(const SkShader::GradientInfo& info, const SkMatrix& perspectiveRemover, SkDynamicMemoryWStream* function) twoPointConicalCode() argument
513 sweepCode(const SkShader::GradientInfo& info, const SkMatrix& perspectiveRemover, SkDynamicMemoryWStream* function) sweepCode() argument
590 const SkShader::GradientInfo& info = state.fInfo; make_function_shader() local
[all...]
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp686 SkImageInfo info = codec->getInfo(); in generatePngMetrics() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DTextureVk.cpp190 void FillVulkanCreateInfoSizesAndType(const Texture& texture, VkImageCreateInfo* info) { in FillVulkanCreateInfoSizesAndType() argument
H A DDeviceVk.cpp308 const DeviceExtInfo& info = GetDeviceExtInfo(ext); in CreateDevice() local
765 SignalAndExportExternalTexture( Texture* texture, VkImageLayout desiredLayout, ExternalImageExportInfoVk* info, std::vector<ExternalSemaphoreHandle>* semaphoreHandles) SignalAndExportExternalTexture() argument
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp591 const dawn_native::ToggleInfo* info = instance->GetToggleInfo(toggle.c_str()); in PrintTestConfigurationAndAdapterInfo() local
601 const dawn_native::ToggleInfo* info = instance->GetToggleInfo(toggle.c_str()); in PrintTestConfigurationAndAdapterInfo() local
[all...]
/third_party/openssl/test/
H A Devp_kdf_test.c193 construct_hkdf_params(char *digest, char *key, size_t keylen, char *salt, char *info) construct_hkdf_params() argument
1070 construct_kbkdf_params(char *digest, char *mac, unsigned char *key, size_t keylen, char *salt, char *info) construct_kbkdf_params() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-morx-table.hh131 hb_glyph_info_t *info = buffer->info; in transition() local
619 hb_glyph_info_t *info = c->buffer->info; apply() local
970 hb_aat_map_builder_t::feature_info_t info = { type, setting, false, 0 }; compile_flags() local
[all...]
H A Dhb-buffer.cc1453 hb_glyph_info_get_glyph_flags(const hb_glyph_info_t *info) hb_glyph_info_get_glyph_flags() argument
1963 const hb_glyph_info_t *info = reference->info; hb_buffer_diff() local
[all...]
H A Dhb-coretext.cc110 release_data (void *info, const void *data, size_t size) in release_data() argument
347 hb_ot_var_axis_info_t info; in _hb_coretext_shaper_font_data_create() local
536 hb_glyph_info_t *info = buffer->info; in _hb_coretext_shape() local
1077 hb_glyph_info_t *info = run_info; _hb_coretext_shape() local
1099 hb_glyph_info_t *info = run_info; _hb_coretext_shape() local
1161 hb_glyph_info_t *info = buffer->info; _hb_coretext_shape() local
1194 hb_glyph_info_t *info = buffer->info; _hb_coretext_shape() local
[all...]
H A Dhb-directwrite.cc771 hb_glyph_info_t *info = &buffer->info[buffer->len++]; in _hb_directwrite_shape() local
786 hb_glyph_info_t *info = &buffer->info[i]; _hb_directwrite_shape() local
[all...]
H A Dhb-ot-layout.cc1436 hb_glyph_info_t *info = buffer->info; in hb_ot_layout_delete_glyphs_inplace() local
1429 hb_ot_layout_delete_glyphs_inplace(hb_buffer_t *buffer, bool (*filter) (const hb_glyph_info_t *info)) hb_ot_layout_delete_glyphs_inplace() argument
[all...]
H A Dhb-ot-shape-complex-indic.cc351 hb_glyph_info_t *info = buffer->info; in setup_masks_indic() local
392 hb_glyph_info_t *info = buffer->info; in update_consonant_positions_indic() local
413 hb_glyph_info_t *info = buffer->info; in initial_reordering_consonant_syllable() local
976 hb_glyph_info_t *info = buffer->info; final_reordering_syllable_indic() local
[all...]
H A Dhb-ot-shape-complex-indic.hh200 is_one_of (const hb_glyph_info_t &info, unsigned int flags) in is_one_of() argument
208 is_joiner (const hb_glyph_info_t &info) in is_joiner() argument
214 is_consonant (const hb_glyph_info_t &info) in is_consonant() argument
220 is_halant (const hb_glyph_info_t &info) in is_halant() argument
317 set_indic_properties (hb_glyph_info_t &info) in set_indic_properties() argument
[all...]
H A Dhb-uniscribe.cc853 hb_glyph_info_t *info = &buffer->info[buffer->len++]; in _hb_uniscribe_shape() local
869 hb_glyph_info_t *info = &buffer->info[i]; _hb_uniscribe_shape() local
[all...]
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlwf.c802 unknownEncoding(void *userData, const XML_Char *name, XML_Encoding *info) { in unknownEncoding() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc348 BitmapGlyphInfoPtr info; in InitializeBitmapBuilder() local
/third_party/python/Lib/logging/
H A D__init__.py1479 def info(self, msg, *args, **kwargs): member in Logger
1845 def info(self, msg, *args, **kwargs): member in LoggerAdapter
2140 def info(msg, *args, **kwargs): function
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc737 LocationInfo info; in ProcessNonStructParameter() local
786 LocationInfo info; in ProcessStructParameter() local
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp599 SkImageInfo info = SkImageInfo::Make( in main() local
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsOpaqueFD.cpp211 dawn_native::vulkan::ExternalImageExportInfoOpaqueFD info; in IgnoreSignalSemaphore() local
/third_party/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c624 FSCatalogInfo info; in get_file_type_from_path() local
/third_party/python/Python/
H A Dpytime.c863 py_get_system_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_system_clock() argument
987 _PyTime_GetSystemClockWithInfo(_PyTime_t *t, _Py_clock_info_t *info) _PyTime_GetSystemClockWithInfo() argument
1046 py_get_monotonic_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) py_get_monotonic_clock() argument
1184 _PyTime_GetMonotonicClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) _PyTime_GetMonotonicClockWithInfo() argument
1228 py_get_win_perf_counter(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) py_get_win_perf_counter() argument
1265 _PyTime_GetPerfCounterWithInfo(_PyTime_t *t, _Py_clock_info_t *info) _PyTime_GetPerfCounterWithInfo() argument
[all...]
/third_party/python/Modules/
H A D_lsprof.c542 PyObject *info; in statsForEntry() local
H A Dtimemodule.c141 _PyTime_GetClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) in _PyTime_GetClockWithInfo() argument
1210 _PyTime_GetProcessTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) argument
1404 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) global() argument
1444 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) global() argument
1468 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) global() argument
1497 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) global() argument
1578 _Py_clock_info_t info; global() local
[all...]
/third_party/skia/include/codec/
H A DSkCodec.h377 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { in getPixels() argument
[all...]

Completed in 43 milliseconds

1...<<341342343344345346347348349350>>...390