/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | bitmap_glyph_info.cc | 31 format_(format) { in BitmapGlyphInfo() 43 format_(format) { in BitmapGlyphInfo() 47 return (format_ == rhs.format_ && in operator ==() 57 return (format_ == rhs->format() && in operator ==()
|
D | bitmap_glyph.h | 85 int32_t format() { return format_; } in format() 95 int32_t format_; 102 int32_t format() { return format_; } in format() 110 int32_t format_;
|
D | bitmap_glyph.cc | 40 : SubTable(data), format_(format) { in BitmapGlyph() 72 : SubTable::Builder(data), format_(format) { in Builder() 76 : SubTable::Builder(data), format_(format) { in Builder()
|
D | bitmap_glyph_info.h | 60 int32_t format() const { return format_; } in format() 72 int32_t format_; variable
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttcmap.h | 72 format_, \ argument 90 format_, \ 108 format_, \ argument 124 clazz->format = format_; \
|
/external/freetype/src/sfnt/ |
D | ttcmap.h | 72 format_, \ argument 90 format_, \ 108 format_, \ argument 124 clazz->format = format_; \
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | ttcmap.h | 72 format_, \ argument 90 format_, \ 108 format_, \ argument 124 clazz->format = format_; \
|
/external/libvpx/libvpx/test/ |
D | video_source.h | 145 format_(VPX_IMG_FMT_I420) { in DummyVideoSource() 192 if (format_ != format) { in SetImageFormat() 193 format_ = format; in SetImageFormat() 203 img_ = vpx_img_alloc(NULL, format_, width_, height_, 32); in ReallocImage() 213 vpx_img_fmt_t format_; variable
|
D | yuv_video_source.h | 39 format_(VPX_IMG_FMT_NONE), in YUVVideoSource() 88 if (width != width_ || height != height_ || format != format_) { in SetSize() 94 format_ = format; in SetSize() 144 vpx_img_fmt format_; variable
|
/external/webrtc/talk/app/webrtc/ |
D | videosource.cc | 354 channel_manager_->StopVideoCapture(video_capturer_.get(), format_); in ~VideoSource() 408 format_ = GetBestCaptureFormat(formats); in Initialize() 414 if (!channel_manager_->StartVideoCapture(video_capturer_.get(), format_)) { in Initialize() 431 channel_manager_->StopVideoCapture(video_capturer_.get(), format_); in Stop() 435 if (!channel_manager_->StartVideoCapture(video_capturer_.get(), format_)) { in Restart()
|
D | videosource.h | 108 cricket::VideoFormat format_; variable
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.hpp | 53 TransferFormat (deUint32 format_, deUint32 dataType_) in TransferFormat() 54 : format (format_) in TransferFormat()
|
D | gluVarType.cpp | 234 Layout::Layout (int location_, int binding_, int offset_, FormatLayout format_, MatrixOrder matrixO… in Layout() argument 238 , format (format_) in Layout()
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK) { in GzipInputStream() 103 int error = internalInflateInit2(&zcontext_, format_); in Inflate() 140 zerror_ = internalInflateInit2(&zcontext_, format_); in Next()
|
D | gzip_stream.h | 92 Format format_;
|
/external/vixl/src/vixl/a64/ |
D | debugger-a64.cc | 342 : DebugCommand(name), target_(target), format_(format) {} in PrintCommand() 345 delete format_; in ~PrintCommand() 349 FormatToken* format() { return format_; } in format() 361 FormatToken* format_; member in vixl::PrintCommand 370 : DebugCommand(name), target_(target), format_(format), count_(count) {} in ExamineCommand() 373 delete format_; in ~ExamineCommand() 378 FormatToken* format() { return format_; } in format() 391 FormatToken* format_; member in vixl::ExamineCommand
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.h | 137 virtual int32_t format() { return format_; } in format() 155 int32_t format_; 182 virtual int32_t format() { return format_; } in format() 208 int32_t format_;
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | ftobjs.h | 1115 format_, \ argument 1126 format_, \ 1140 format_, \ argument 1151 clazz->glyph_format = format_; \
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 1112 format_, \ argument 1123 format_, \ 1137 format_, \ argument 1148 clazz->glyph_format = format_; \
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
D | ftobjs.h | 1118 format_, \ argument 1129 format_, \ 1143 format_, \ argument 1154 clazz->glyph_format = format_; \
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.hpp | 153 const deUint32 format_, in TextureSpec() 167 , format (format_) in TextureSpec()
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | Phonemetadata.java | 64 private String format_ = ""; field in Phonemetadata.NumberFormat 66 public String getFormat() { return format_; } in getFormat() 69 format_ = value; in setFormat() 155 objectOutput.writeUTF(format_); in writeExternal()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.h | 149 VkFormat format_; variable
|
D | Smoke.cpp | 102 format_ = ctx.format.format; in attach_shell() 176 attachment.format = format_; in create_render_pass() 631 view_info.format = format_; in prepare_framebuffers()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 189 : format_(format), tree_(tree) {} in ErrorPrinter() 198 if (format_ == CommandLineInterface::ERROR_FORMAT_MSVS && in AddError() 210 switch (format_) { in AddError() 229 const ErrorFormat format_; member in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
|