Home
last modified time | relevance | path

Searched refs:format (Results 1101 - 1125 of 7421) sorted by relevance

1...<<41424344454647484950>>...297

/third_party/ffmpeg/libavdevice/
H A Dkmsgrab.c67 enum AVPixelFormat format; member
139 .format = ctx->drm_format, in kmsgrab_get_fb()
174 "format changed: now %"PRIx32".\n", in kmsgrab_get_fb2()
198 .format = ctx->drm_format, in kmsgrab_get_fb2()
335 frame->format = AV_PIX_FMT_DRM_PRIME; in kmsgrab_read_packet()
522 "format %"PRIx32" modifier %"PRIx64" flags %"PRIx32".\n", in kmsgrab_read_header()
538 if (ctx->format != AV_PIX_FMT_NONE && in kmsgrab_read_header()
539 ctx->format != kmsgrab_formats[i].pixfmt) { in kmsgrab_read_header()
540 av_log(avctx, AV_LOG_ERROR, "Framebuffer pixel format " in kmsgrab_read_header()
541 "%"PRIx32" does not match expected format in kmsgrab_read_header()
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_dxva2.c66 D3DFORMAT format; member
173 s->format = supported_formats[i].d3d_format; in dxva2_init_pool()
178 av_log(ctx, AV_LOG_ERROR, "Unsupported pixel format: %s\n", in dxva2_init_pool()
191 s->format, D3DPOOL_DEFAULT, 0, in dxva2_init_pool()
244 frame->format = AV_PIX_FMT_DXVA2_VLD; in dxva2_get_buffer()
287 nb_planes = av_pix_fmt_count_planes(dst->format); in dxva2_map_frame()
322 av_image_fill_pointers(dst->data, dst->format, surfaceDesc.Height, in dxva2_map_frame()
325 if (dst->format == AV_PIX_FMT_PAL8) in dxva2_map_frame()
340 if (src->format != ctx->sw_format) in dxva2_transfer_data_to()
346 map->format in dxva2_transfer_data_to()
[all...]
/third_party/mbedtls/scripts/
H A Dabi_check.py12 For the storage format, this script compares the automatically generated
64 **Storage format**: the goal is to check that persistent keys stored by the
132 configuration.check_storage: if true, compare storage format tests
167 raise Exception("{} not installed, aborting".format(command))
175 "Checking out git worktree for revision {} from {}".format(
188 self.log.debug("Checking out git worktree for revision {}".format(
204 self.log.debug("Commit is {}".format(version.commit))
265 return "{} ({})".format(version.revision, version.commit)
273 self.report_dir, "{}-{}-{}.dump".format(
292 """Eliminate cosmetic or irrelevant details in storage format tes
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.c31 #include "util/format/u_format.h"
81 ivci.format = zink_get_format(screen, templ->format); in create_ivci()
82 assert(ivci.format != VK_FORMAT_UNDEFINED); in create_ivci()
86 const struct util_format_description *desc = util_format_description(templ->format); in create_ivci()
118 surface->info.format[0] = ivci->format; in init_surface_info()
122 surface->info.format[1] = ivci->format == cdt->formats[0] ? cdt->formats[1] : cdt->formats[0]; in init_surface_info()
146 screen->format_props[templ->format] in create_surface()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dframebuffer.c682 * \param format a basic image format such as GL_RGB, GL_RGBA, GL_ALPHA,
691 GLenum format, in renderbuffer_exists()
705 switch (format) { in renderbuffer_exists()
775 "Unexpected format 0x%x in renderbuffer_exists", in renderbuffer_exists()
776 format); in renderbuffer_exists()
788 * \param format a basic image format such as GL_RGB, GL_RGBA, GL_ALPHA,
793 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) in _mesa_source_buffer_exists() argument
795 return renderbuffer_exists(ctx, ctx->ReadBuffer, format, GL_TRU in _mesa_source_buffer_exists()
689 renderbuffer_exists(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum format, GLboolean reading) renderbuffer_exists() argument
803 _mesa_dest_buffer_exists(struct gl_context *ctx, GLenum format) _mesa_dest_buffer_exists() argument
857 const mesa_format format = fb->_ColorReadBuffer->Format; _mesa_get_color_read_format() local
932 const mesa_format format = fb->_ColorReadBuffer->Format; _mesa_get_color_read_type() local
947 _mesa_get_read_renderbuffer_for_format(const struct gl_context *ctx, GLenum format) _mesa_get_read_renderbuffer_for_format() argument
[all...]
H A Dblit.c144 * Mesa format for two reasons: in compatible_resolve_formats()
152 * format. For example the driver might be simulating GL_RGB textures in compatible_resolve_formats()
157 * both cases we want to be looking at the application-level format, which in compatible_resolve_formats()
236 * “Relax BlitFramebuffer in section 18.3.1 so that format conversion in validate_color_buffer()
289 "%s(stencil attachment format mismatch)", func); in validate_stencil_buffer()
298 * ignore the depth format check. in validate_stencil_buffer()
305 "%s(stencil attachment depth format mismatch)", func); in validate_stencil_buffer()
334 "%s(depth attachment format mismatch)", func); in validate_depth_buffer()
343 * the stencil format check. in validate_depth_buffer()
504 blit.src.format in do_blit_framebuffer()
[all...]
/third_party/libexif/libexif/canon/
H A Dmnote-canon-entry.c30 #include <libexif/exif-format.h>
34 #define CF(format,target,v,maxlen) \
36 if (format != target) { \
38 _("Invalid format '%s', " \
40 exif_format_get_name (format), \
516 if (entry->format != EXIF_FORMAT_SHORT) return 0; in mnote_canon_entry_count_values()
571 CF (entry->format, EXIF_FORMAT_SHORT, val, maxlen); in mnote_canon_entry_get_value()
623 CF (entry->format, EXIF_FORMAT_SHORT, val, maxlen); in mnote_canon_entry_get_value()
640 CF (entry->format, EXIF_FORMAT_SHORT, val, maxlen); in mnote_canon_entry_get_value()
695 CF (entry->format, EXIF_FORMAT_SHOR in mnote_canon_entry_get_value()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp69 VkFormat format; member
87 const std::string formatQualifierStr = getShaderImageFormatQualifier(mapVkFormat(caseDef.format)); in initPrograms()
88 const std::string msImageTypeStr = getShaderImageType(mapVkFormat(caseDef.format), usedImageType, (caseDef.texture.numSamples() > 1)); in initPrograms()
92 const std::string signednessPrefix = isUintFormat(caseDef.format) ? "u" : isIntFormat(caseDef.format) ? "i" : ""; in initPrograms()
94 const int numColorComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.format).order); in initPrograms()
96 const float storeColorScale = computeStoreColorScale(caseDef.format, caseDef.texture.size()); in initPrograms()
97 const float storeColorBias = computeStoreColorBias(caseDef.format); in initPrograms()
98 DE_ASSERT(colorScaleAndBiasAreValid(caseDef.format, storeColorScale, storeColorBias)); in initPrograms()
142 const bool useExactCompare = isIntegerFormat(caseDef.format); in initPrograms()
200 insertImageViews(const DeviceInterface& vk, const VkDevice device, const CaseDef& caseDef, const VkFormat format, const VkImage image, std::vector<SharedVkImageView>* const pOutImageViews) insertImageViews() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL45_autogen.h40 GLenum format,
48 GLenum format,
78 GLenum format,
88 GLenum format,
100 GLenum format,
231 GLenum format,
270 GLenum format,
304 GLenum format,
315 GLenum format,
322 GLenum format,
[all...]
/third_party/python/Lib/test/
H A Dtest_locale.py144 def _test_formatfunc(self, format, value, out, func, **format_opts):
146 func(format, value, **format_opts), out)
148 def _test_format(self, format, value, out, **format_opts):
150 self._test_formatfunc(format, value, out,
151 func=locale.format, **format_opts)
153 def _test_format_string(self, format, value, out, **format_opts):
154 self._test_formatfunc(format, value, out,
206 locale.format("%-10.f", 4200, grouping=True)
235 # Test handling of pattern argument of format
240 self.assertRaises(ValueError, locale.format, "
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp268 static float requiredDepthEpsilon(VkFormat format) in requiredDepthEpsilon() argument
274 switch (format) in requiredDepthEpsilon()
463 const tcu::TextureFormat format = mapVkFormat(vkFormat); in getImageAspectFlags() local
467 switch (format.order) in getImageAspectFlags()
661 Attachment (VkFormat format, in Attachment() argument
672 : m_format (format) in Attachment()
983 const tcu::TextureFormat format = mapVkFormat(vkFormat); in clearColorToString() local
984 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in clearColorToString()
985 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in clearColorToString()
986 const deUint32 componentCount = (useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(format in clearColorToString()
1046 const tcu::TextureFormat format = mapVkFormat(vkFormat); clearValueToString() local
1074 const tcu::TextureFormat format = mapVkFormat(attachment.getFormat()); randomColorClearValue() local
1317 createAttachmentImage(const DeviceInterface& vk, VkDevice device, deUint32 queueIndex, const UVec2& size, VkFormat format, VkSampleCountFlagBits samples, VkImageUsageFlags usageFlags, VkImageLayout layout) createAttachmentImage() argument
1373 createImageAttachmentView(const DeviceInterface& vk, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument
1394 const tcu::TextureFormat format = mapVkFormat(attachment.getFormat()); randomClearValue() local
1440 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); AttachmentResources() local
2202 const tcu::TextureFormat format = mapVkFormat(dsAttachmentInfo.getFormat()); beginDynamicRendering() local
2311 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); SubpassRenderer() local
2420 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); SubpassRenderer() local
2594 tcu::TextureFormat format = mapVkFormat(m_renderInfo.getDepthStencilAttachment()->getFormat()); pushRenderCommands() local
2663 const tcu::TextureFormat format = mapVkFormat(m_renderInfo.getDepthStencilAttachment()->getFormat()); pushRenderCommands() local
2796 const tcu::TextureFormat format = mapVkFormat(attachmentInfo[attachmentNdx].getFormat()); pushImageInitializationCommands() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp212 /* Texture format descriptor. Maps texture format with output channel descriptors, source data and sampler descriptor */
1194 const _out_ch_desc& get_descriptor_for_channel(const _texture_format& format, const size_t channel);
1299 /** Extracts value of each channel from source data of given format
1301 * @param format_idx Index of format
1306 const _texture_format& format = texture_formats[format_idx]; in calculate_values_from_source() local
1318 switch (format.m_format) in calculate_values_from_source()
1357 TCU_FAIL("Unsupported format"); in calculate_values_from_source()
1361 if ((GL_SRGB8 == format.m_internal_format) || (GL_SRGB8_ALPHA8 == format in calculate_values_from_source()
1903 get_descriptor_for_channel(const _texture_format& format, const size_t channel) get_descriptor_for_channel() argument
1953 get_internal_format_for_channel(const _texture_format& format, const size_t channel) get_internal_format_for_channel() argument
2992 const _texture_format& format = texture_formats[format_idx]; isTargetSuppByFormat() local
3398 const _texture_format& format = texture_formats[format_idx]; prepareOutputTexture() local
3451 const glw::GLenum format = texture_format.m_format; prepareSourceTexture() local
4018 const _texture_format& format = texture_formats[format_idx]; iterate() local
4102 const _texture_format& format = texture_formats[format_idx]; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp278 static float requiredDepthEpsilon(VkFormat format) in requiredDepthEpsilon() argument
284 switch (format) in requiredDepthEpsilon()
473 const tcu::TextureFormat format = mapVkFormat(vkFormat); in getImageAspectFlags() local
477 switch (format.order) in getImageAspectFlags()
671 Attachment (VkFormat format, in Attachment() argument
682 : m_format (format) in Attachment()
993 const tcu::TextureFormat format = mapVkFormat(vkFormat); in clearColorToString() local
994 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in clearColorToString()
995 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in clearColorToString()
996 const auto numUsedChannels = static_cast<uint32_t>(getShaderNumChannels(format in clearColorToString()
1057 const tcu::TextureFormat format = mapVkFormat(vkFormat); clearValueToString() local
1085 const tcu::TextureFormat format = mapVkFormat(attachment.getFormat()); randomColorClearValue() local
1329 createAttachmentImage(const DeviceInterface& vk, VkDevice device, deUint32 queueIndex, const UVec2& size, VkFormat format, VkSampleCountFlagBits samples, VkImageUsageFlags usageFlags, VkImageLayout layout) createAttachmentImage() argument
1385 createImageAttachmentView(const DeviceInterface& vk, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument
1406 const tcu::TextureFormat format = mapVkFormat(attachment.getFormat()); randomClearValue() local
1452 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); AttachmentResources() local
2216 const tcu::TextureFormat format = mapVkFormat(dsAttachmentInfo.getFormat()); beginDynamicRendering() local
2325 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); SubpassRenderer() local
2434 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); SubpassRenderer() local
2608 tcu::TextureFormat format = mapVkFormat(m_renderInfo.getDepthStencilAttachment()->getFormat()); pushRenderCommands() local
2677 const tcu::TextureFormat format = mapVkFormat(m_renderInfo.getDepthStencilAttachment()->getFormat()); pushRenderCommands() local
2810 const tcu::TextureFormat format = mapVkFormat(attachmentInfo[attachmentNdx].getFormat()); pushImageInitializationCommands() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dudat.cpp199 udat_close(UDateFormat* format) in udat_close() argument
201 delete (DateFormat*)format; in udat_close()
221 udat_format( const UDateFormat* format, in udat_format() argument
248 ((DateFormat*)format)->format(dateToFormat, res, fp); in udat_format()
259 udat_formatCalendar(const UDateFormat* format, in udat_formatCalendar() argument
286 ((DateFormat*)format)->format(*(Calendar*)calendar, res, fp); in udat_formatCalendar()
297 udat_formatForFields( const UDateFormat* format, in udat_formatForFields() argument
319 ((DateFormat*)format) in udat_formatForFields()
325 udat_formatCalendarForFields(const UDateFormat* format, UCalendar* calendar, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) udat_formatCalendarForFields() argument
353 udat_parse( const UDateFormat* format, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) udat_parse() argument
385 udat_parseCalendar(const UDateFormat* format, UCalendar* calendar, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) udat_parseCalendar() argument
578 udat_applyPattern( UDateFormat *format, UBool localized, const UChar *pattern, int32_t patternLength) udat_applyPattern() argument
1127 udat_setSymbols( UDateFormat *format, UDateFormatSymbolType type, int32_t index, UChar *value, int32_t valueLength, UErrorCode *status) udat_setSymbols() argument
1349 udat_applyPatternRelative(UDateFormat *format, const UChar *datePattern, int32_t datePatternLength, const UChar *timePattern, int32_t timePatternLength, UErrorCode *status) udat_applyPatternRelative() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c131 enum pipe_format format; in r300_swtcl_vertex_psc() local
147 format = draw_translate_vinfo_format(vinfo->attrib[i].emit); in r300_swtcl_vertex_psc()
151 vs_output_tab[i], util_format_short_name(format)); in r300_swtcl_vertex_psc()
154 type = r300_translate_vertex_data_type(format); in r300_swtcl_vertex_psc()
156 fprintf(stderr, "r300: Bad vertex format %s.\n", in r300_swtcl_vertex_psc()
157 util_format_short_name(format)); in r300_swtcl_vertex_psc()
166 swizzle = r300_translate_vertex_data_swizzle(format); in r300_swtcl_vertex_psc()
647 static uint32_t r300_get_border_color(enum pipe_format format, in r300_get_border_color() argument
655 desc = util_format_description(format); in r300_get_border_color()
658 if (util_format_is_depth_or_stencil(format)) { in r300_get_border_color()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp103 << format(" total_length: 0x%8.8" PRIx64 "\n", TotalLength) in dump()
104 << format(" version: %u\n", getVersion()); in dump()
106 OS << format(" address_size: %u\n", getAddressSize()) in dump()
107 << format(" seg_select_size: %u\n", SegSelectorSize); in dump()
108 OS << format(" prologue_length: 0x%8.8" PRIx64 "\n", PrologueLength) in dump()
109 << format(" min_inst_length: %u\n", MinInstLength) in dump()
110 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()
111 << format(" default_is_stmt: %u\n", DefaultIsStmt) in dump()
112 << format(" line_base: %i\n", LineBase) in dump()
113 << format(" line_rang in dump()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dudat.cpp199 udat_close(UDateFormat* format) in udat_close() argument
201 delete (DateFormat*)format; in udat_close()
221 udat_format( const UDateFormat* format, in udat_format() argument
248 ((DateFormat*)format)->format(dateToFormat, res, fp); in udat_format()
259 udat_formatCalendar(const UDateFormat* format, in udat_formatCalendar() argument
286 ((DateFormat*)format)->format(*(Calendar*)calendar, res, fp); in udat_formatCalendar()
297 udat_formatForFields( const UDateFormat* format, in udat_formatForFields() argument
319 ((DateFormat*)format) in udat_formatForFields()
325 udat_formatCalendarForFields(const UDateFormat* format, UCalendar* calendar, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) udat_formatCalendarForFields() argument
353 udat_parse( const UDateFormat* format, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) udat_parse() argument
385 udat_parseCalendar(const UDateFormat* format, UCalendar* calendar, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) udat_parseCalendar() argument
578 udat_applyPattern( UDateFormat *format, UBool localized, const UChar *pattern, int32_t patternLength) udat_applyPattern() argument
1097 udat_setSymbols( UDateFormat *format, UDateFormatSymbolType type, int32_t index, UChar *value, int32_t valueLength, UErrorCode *status) udat_setSymbols() argument
1311 udat_applyPatternRelative(UDateFormat *format, const UChar *datePattern, int32_t datePatternLength, const UChar *timePattern, int32_t timePatternLength, UErrorCode *status) udat_applyPatternRelative() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py228 return " /* {} -> {} in the cache */\n".format(self.name,
299 "Malformed variable name \"{}\".".format(val)
398 self.sources = [ Value.create(src, "{0}_{1}".format(name_base, i), varset, algebraic_pass)
629 'it must have bit size {} and {}'.format(
653 "Expression {} has {} sources, expected 1".format(
660 "Expression {} has {} sources, expected {}".format(
683 'must have incompatible bit size {}'.format(
691 'replacement expression.'.format(
699 'it must have {} bits'.format(
706 'same'.format(
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c23 #include "util/format/u_format.h"
63 * 4. the format can be rendered to and the format is a readback format
64 * or the format is a scanout format and we can read back from scanout
70 vs->base.is_format_supported(&vs->base, res->b.format, res->b.target, in virgl_can_readback_from_rendertarget()
81 virgl_has_scanout_format(vs, res->b.format, true); in virgl_can_readback_from_scanout()
93 const struct util_format_description *descr = util_format_description(res->b.format); in is_stencil_array()
103 virgl_has_readback_format(&vs->base, pipe_to_virgl_format(res->b.format), fals in virgl_can_copy_transfer_from_host()
845 enum pipe_format format = pres->format; virgl_resource_create_transfer() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp53 VkFormat format; member
69 Move<VkRenderPass> buildRenderPass (VkFormat format);
75 de::MovePtr<ImageWithMemory> buildImage (VkFormat format,
79 VkFormat format);
94 const VkFormat format,
157 Move<VkRenderPass> LineWidthInstance::buildRenderPass (VkFormat format) in buildRenderPass() argument
161 desc.format = format; in buildRenderPass()
228 de::MovePtr<ImageWithMemory> LineWidthInstance::buildImage (VkFormat format, deUint32 width, deUint32 height) in buildImage() argument
233 createInfo.format in buildImage()
253 buildView(const VkImage image, VkFormat format) buildView() argument
307 verifyResults(const BufferWithMemory& resultBuffer, const tcu::Vec4& dynamicColor, const tcu::Vec4& staticColor, const VkFormat format, const deUint32 width, const deUint32 height, const deUint32 dynamicWidth, const deUint32 staticWidth) verifyResults() argument
[all...]
/third_party/python/Lib/
H A Dinspect.py21 formatargvalues() - format an argument spec
766 raise ValueError('wrapper loop when unwrapping {!r}'.format(f))
901 raise TypeError('{!r} is a built-in module'.format(object))
909 raise TypeError('{!r} is a built-in class'.format(object))
921 'code object was expected, got {}'.format(
1313 raise TypeError('{!r} is not a code object'.format(co))
1472 argument is an optional function to format the sequence of arguments."""
1491 s = "{} and {}".format(*names)
1493 tail = ", {} and {}".format(*names[-2:])
1597 raise TypeError("{!r} is not a Python function".format(fun
[all...]
/third_party/mbedtls/tests/scripts/
H A Drun_demos.py26 print('#### {} ####'.format(demo))
31 print('{}: FAIL'.format(demo))
33 print('{}: {}'.format(demo, 'PASS' if success else 'FAIL'))
37 print('{}/{} demos passed'.format(successes, len(demos)))
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.h56 GLenum format, GLenum type,
63 GLenum format, GLenum type, GLboolean swapBytes);
67 GLenum format, GLenum type, GLboolean swapBytes);
72 GLenum format, GLenum type);
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_build_version.py40 raise RuntimeError('Failed to run {} in {}\nstdout: {}\nstderr: {}'.format(cmd, directory, stdout, stderr))
48 ['git', 'log', '-1', '--format=%h'], directory).rstrip().decode()
53 return "#define {}_VERSION \"{}\"".format(name, describe(directory))
58 print('usage: {} <outdir> <amber-dir> <third_party>'.format(
68 '{}\n'.format(get_version_string(p, os.path.join(srcdir, p)))
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h53 Builder(WritableFontData* data, int32_t format);
54 Builder(ReadableFontData* data, int32_t format);
60 CompositeBitmapGlyph(ReadableFontData* data, int32_t format);
67 void Initialize(int32_t format);

Completed in 31 milliseconds

1...<<41424344454647484950>>...297