Searched refs:format_ (Results 1 - 25 of 43) sorted by relevance

12

/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc31 format_(format) {
43 format_(format) {
47 return (format_ == rhs.format_ &&
57 return (format_ == rhs->format() &&
H A Dbitmap_glyph.h85 int32_t format() { return format_; }
95 int32_t format_; member in class:sfntly::BitmapGlyph::Builder
102 int32_t format() { return format_; }
110 int32_t format_; member in class:sfntly::BitmapGlyph
H A Dbitmap_glyph.cc40 : SubTable(data), format_(format) {
72 : SubTable::Builder(data), format_(format) {
76 : SubTable::Builder(data), format_(format) {
H A Dbitmap_glyph_info.h60 int32_t format() const { return format_; }
72 int32_t format_; member in class:sfntly::BitmapGlyphInfo
/external/freetype/src/sfnt/
H A Dttcmap.h72 format_, \
90 format_, \
108 format_, \
124 clazz->format = format_; \
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.h72 format_, \
90 format_, \
108 format_, \
124 clazz->format = format_; \
/external/libvpx/libvpx/test/
H A Dyuv_video_source.h32 format_(VPX_IMG_FMT_NONE), framerate_numerator_(rate_numerator),
34 // This initializes format_, raw_size_, width_, height_ and allocates img.
79 if (width != width_ || height != height_ || format != format_) {
85 format_ = format;
118 vpx_img_fmt format_; member in class:libvpx_test::YUVVideoSource
H A Dvideo_source.h137 format_(VPX_IMG_FMT_I420) {
180 if (format_ != format) {
181 format_ = format;
193 img_ = vpx_img_alloc(NULL, format_, width_, height_, 32);
203 vpx_img_fmt_t format_; member in class:libvpx_test::DummyVideoSource
/external/deqp/framework/opengl/
H A DgluTextureUtil.hpp53 TransferFormat (deUint32 format_, deUint32 dataType_) argument
54 : format (format_)
H A DgluVarType.cpp234 Layout::Layout (int location_, int binding_, int offset_, FormatLayout format_, MatrixOrder matrixOrder_) argument
238 , format (format_)
H A DgluVarType.hpp244 Layout (int location_ = -1, int binding_ = -1, int offset_ = -1, FormatLayout format_ = FORMATLAYOUT_LAST, MatrixOrder matrixOrder_ = MATRIXORDER_LAST);
/external/webrtc/talk/app/webrtc/
H A Dvideosource.h108 cricket::VideoFormat format_; member in class:webrtc::VideoSource
H A Dvideosource.cc354 channel_manager_->StopVideoCapture(video_capturer_.get(), format_);
408 format_ = GetBestCaptureFormat(formats);
414 if (!channel_manager_->StartVideoCapture(video_capturer_.get(), format_)) {
431 channel_manager_->StopVideoCapture(video_capturer_.get(), format_);
435 if (!channel_manager_->StartVideoCapture(video_capturer_.get(), format_)) {
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h91 Format format_; member in class:google::protobuf::io::GzipInputStream
H A Dgzip_stream.cc51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK), byte_count_(0) {
104 int error = internalInflateInit2(&zcontext_, format_);
142 zerror_ = internalInflateInit2(&zcontext_, format_);
/external/freetype/include/freetype/internal/
H A Dftobjs.h1114 format_, \
1125 format_, \
1139 format_, \
1150 clazz->glyph_format = format_; \
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftobjs.h1115 format_, \
1126 format_, \
1140 format_, \
1151 clazz->glyph_format = format_; \
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h137 virtual int32_t format() { return format_; }
155 int32_t format_; member in class:sfntly::CMapTable::CMap::Builder
182 virtual int32_t format() { return format_; }
208 int32_t format_; member in class:sfntly::CMapTable::CMap
H A Dcmap_table.cc235 : SubTable(data), format_(format), cmap_id_(cmap_id) {
304 format_(format),
313 format_(format),
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.h143 VkFormat format_; member in class:Smoke
H A DSmoke.cpp97 format_ = ctx.format.format;
171 attachment.format = format_;
626 view_info.format = format_;
/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp153 const deUint32 format_,
167 , format (format_)
149 TextureSpec(const glu::TextureTestUtil::TextureType texType, const deUint32 unit, const int width_, const int height_, const deUint32 format_, const deUint32 dataType_, const deUint32 internalFormat_, const bool useMipmap_, const deUint32 minFilter_, const deUint32 magFilter_, const deUint32 sWrap_, const deUint32 tWrap_, const tcu::Vec4& minValue_, const tcu::Vec4& maxValue_) argument
/external/vixl/src/aarch64/
H A Ddebugger-aarch64.cc373 : DebugCommand(name), target_(target), format_(format) {}
376 delete format_;
380 FormatToken* format() { return format_; }
392 FormatToken* format_; member in class:vixl::aarch64::PrintCommand
401 : DebugCommand(name), target_(target), format_(format), count_(count) {}
404 delete format_;
409 FormatToken* format() { return format_; }
422 FormatToken* format_; member in class:vixl::aarch64::ExamineCommand
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonemetadata.java91 private String format_ = ""; field in class:Phonemetadata.NumberFormat
93 public String getFormat() { return format_; }
96 format_ = value;
161 objectOutput.writeUTF(format_);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc274 : format_(format), tree_(tree) {}
303 if (format_ == CommandLineInterface::ERROR_FORMAT_MSVS &&
315 switch (format_) {
333 const ErrorFormat format_; member in class:google::protobuf::compiler::CommandLineInterface::ErrorPrinter

Completed in 524 milliseconds

12