HomeSort by relevance Sort by last modified time
    Searched refs:m_format (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebCore/css/
CSSFontFaceSrcValue.cpp 41 return equalIgnoringCase(m_format, "svg");
49 if (m_format.isEmpty()) {
56 return FontCustomPlatformData::supportsFormat(m_format)
72 if (!m_format.isEmpty())
73 result += " format(" + m_format + ")";
CSSFontFaceSrcValue.h 53 const String& format() const { return m_format; }
56 void setFormat(const String& format) { m_format = format; }
82 String m_format; member in class:WebCore::CSSFontFaceSrcValue
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256)
36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
71 dst.m_format = src.m_format;
85 m_format = format;
151 m_format = PGM_BINARY_GRAYMAP;
153 m_format = PGM_BINARY_PIXMAP
    [all...]
PgmImage.h 71 int GetFormat() const { return m_format; }
86 int m_format; member in class:PgmImage
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256)
36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
71 dst.m_format = src.m_format;
85 m_format = format;
151 m_format = PGM_BINARY_GRAYMAP;
153 m_format = PGM_BINARY_PIXMAP
    [all...]
PgmImage.h 71 int GetFormat() const { return m_format; }
86 int m_format; member in class:PgmImage
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTexture.cpp 40 , m_format(0)
53 return m_token && size == m_size && format == m_format && m_textureManager->hasTexture(m_token);
61 if (size == m_size && format == m_format && m_textureManager->hasTexture(m_token))
67 m_format = format;
LayerTexture.h 68 unsigned m_format; member in class:WebCore::LayerTexture
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.h 54 Format format() const { return m_format; }
59 Format m_format; member in class:WebCore::Texture
Texture.cpp 52 , m_format(format)
161 convertFormat(m_context, m_format, &glFormat, &glType, &swizzle);
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 80 m_reader.set(new QImageReader(m_buffer.get(), m_format));
86 m_format = m_reader->format();
131 return String(m_format.constData(), m_format.length());
ImageDecoderQt.h 69 QByteArray m_format; member in class:WebCore::ImageDecoderQt
  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.h 209 , m_format(DataFormatNone)
231 m_gprOrInvalid = m_jit->fillSpeculateInt(index(), m_format);
237 gpr(); // m_format is set when m_gpr is locked.
238 ASSERT(m_format == DataFormatInteger || m_format == DataFormatJSInteger);
239 return m_format;
251 DataFormat m_format; member in class:JSC::DFG::SpeculateIntegerOperand
DFGJITCodeGenerator.h 750 , m_format(DataFormatNone)
772 m_gprOrInvalid = m_jit->fillInteger(index(), m_format);
778 gpr(); // m_format is set when m_gpr is locked.
779 ASSERT(m_format == DataFormatInteger || m_format == DataFormatJSInteger);
780 return m_format;
792 DataFormat m_format; member in class:JSC::DFG::IntegerOperand
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 150 m_format.format (1.0F, appendTo, m_fieldPosition);
152 m_format.format (n_scaled / d, appendTo, m_fieldPosition);
204 m_format = (DecimalFormat) NumberFormat.getPercentInstance (); // TODO: locale
208 //m_format.setMinimumFractionDigits (1);
209 m_format.setMaximumFractionDigits (0);
210 //m_format.setDecimalSeparatorAlwaysShown (false);
223 private final DecimalFormat m_format, m_nFormat; field in class:IItemAttribute.Factory.FractionAttribute
  /external/emma/lib/internal/
stamptool.jar 
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 51 private DecimalFormat m_format = new DecimalFormat(m_formatPattern); field in class:CSpinner
89 m_value = (int) (m_format.parse(m_text.getText()).doubleValue() * m_multiplier);
186 m_format = new DecimalFormat(m_formatPattern);
245 String text = m_format.format((double) m_value / m_multiplier);
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 67 m_format = (DecimalFormat) NumberFormat.getPercentInstance (); // TODO: locale
70 m_format.setMaximumFractionDigits (0);
1479 private final DecimalFormat m_format; local
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 349 milliseconds