| /third_party/skia/third_party/externals/libwebp/imageio/ |
| H A D | wicdec.c | 155 WICColorContextType type; in ExtractICCP() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | picture_psnr_enc.c | 132 WebPPlaneDistortion(const uint8_t* src, size_t src_stride, const uint8_t* ref, size_t ref_stride, int width, int height, size_t x_step, int type, float* distortion, float* result) WebPPlaneDistortion() argument 179 WebPPictureDistortion(const WebPPicture* src, const WebPPicture* ref, int type, float results[5]) WebPPictureDistortion() argument 229 WebPPlaneDistortion(const uint8_t* src, size_t src_stride, const uint8_t* ref, size_t ref_stride, int width, int height, size_t x_step, int type, float* distortion, float* result) WebPPlaneDistortion() argument 247 WebPPictureDistortion(const WebPPicture* src, const WebPPicture* ref, int type, float results[5]) WebPPictureDistortion() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | hebrwcal.cpp | 453 int type = 0; in yearType() local 583 int32_t type = yearType(year); in handleComputeFields() local [all...] |
| H A D | number_mapper.cpp | 438 bool PropertiesAffixPatternProvider::containsSymbolType(AffixPatternType type, UErrorCode& status) const { in containsSymbolType() argument 501 bool CurrencyPluralInfoAffixProvider::containsSymbolType(AffixPatternType type, UErrorCode& status) const { in containsSymbolType() argument
|
| H A D | repattrn.cpp | 705 int32_t type = URX_TYPE(op); in dumpOp() local
|
| H A D | ulocdata.cpp | 142 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, in ulocdata_getDelimiter() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/icupkg/ |
| H A D | icupkg.cpp | 358 const char *type=options[OPT_OUT_TYPE].value; main() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | pkg_gencmn.cpp | 120 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, in createCommonDataFile() argument [all...] |
| H A D | ppucd.cpp | 150 int32_t type; in readLine() local [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
| H A D | test_get.c | 537 curlExcessFound(CURL *c, curl_infotype type, char *data, size_t size, void *cls) in curlExcessFound() argument
|
| H A D | test_quiesce.c | 182 testGet (int type, int pool_count, int poll_flag) in testGet() argument
|
| /third_party/skia/src/utils/ |
| H A D | SkCanvasStateUtils.cpp | 59 CanvasBackend type; member
|
| H A D | SkUTF.cpp | 42 static bool utf8_type_is_valid_leading_byte(int type) { return type > 0; } in utf8_type_is_valid_leading_byte() argument 55 int type = utf8_byte_type(*(const uint8_t*)utf8); in CountUTF8() local
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLFunctionDeclaration.cpp | 85 const Type& type = param->type(); in check_parameters() local [all...] |
| H A D | SkSLExpression.h | 69 Expression(int line, Kind kind, const Type* type) in Expression() argument 79 virtual const Type& type() const { in type() function in SkSL::Expression::Kind [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkTypeface_win_dw.cpp | 264 DWRITE_FONT_FACE_TYPE type = fDWriteFontFace->GetType(); in onGetTableTags() local
|
| /third_party/skia/src/shaders/gradients/ |
| H A D | SkTwoPointConicalGradient.cpp | 92 SkTwoPointConicalGradient( const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const Descriptor& desc, Type type, const SkMatrix& gradientMatrix, const FocalData& data) SkTwoPointConicalGradient() argument
|
| /third_party/skia/tests/ |
| H A D | ClipStackTest.cpp | 508 SkClipStack::BoundsType type; in test_rect_merging() local
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLConstantFolder.cpp | 92 const Type& type = left.type(); in simplify_vector() local 131 cast_expression(const Context& context, const Expression& expr, const Type& type) cast_expression() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| H A D | MemoryServiceDmaBuf.cpp | 75 SupportsImportMemory(VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags) SupportsImportMemory() argument
|
| /third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
| H A D | DawnNative.h | 242 const ExternalImageType type; member 258 const ExternalImageType type; member
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| H A D | CommandAllocatorTests.cpp | 90 CommandType type; in TEST() local 137 CommandType type; in TEST() local 174 CommandType type; TEST() local 218 CommandType type; TEST() local 250 CommandType type; TEST() local 297 CommandType type; TEST() local 338 CommandType type; TEST() local 349 CommandType type; TEST() local 360 CommandType type; TEST() local 482 CommandType type; TEST() local 500 CommandType type; TEST() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | BackendGL.cpp | 53 OnGLDebugMessage(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar* message, const void* userParam) OnGLDebugMessage() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPUDevice.cpp | 510 addEventListener( Napi::Env, std::string type, std::optional<interop::Interface<interop::EventListener>> callback, std::optional<std::variant<interop::AddEventListenerOptions, bool>> options) addEventListener() argument 518 removeEventListener( Napi::Env, std::string type, std::optional<interop::Interface<interop::EventListener>> callback, std::optional<std::variant<interop::EventListenerOptions, bool>> options) removeEventListener() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| H A D | compiler_test.cpp | 63 bool compileTestShader(GLenum type, in compileTestShader() argument 96 bool compileTestShader(GLenum type, in compileTestShader() argument
|