HomeSort by relevance Sort by last modified time
    Searched defs:fFormat (Results 1 - 7 of 7) sorted by null

  /external/icu4c/test/intltest/
tsnmfmt.h 34 * perform tests using aNumber and fFormat, called in many variations
38 * perform tests using aNumber and fFormat, called in many variations
54 NumberFormat* fFormat;
tsdate.h 40 * perform tests using date and fFormat, called in many variations
56 DateFormat *fFormat;
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.h 32 , fFormat(format)
44 const Format& format() const { return fFormat; }
52 Format fFormat;
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 25 SkImageDecoder::Format fFormat;
52 if (gPairs[i].fFormat == format) {
  /external/skia/include/core/
SkMask.h 36 Format fFormat;
59 SkASSERT(kBW_Format == fFormat);
70 SkASSERT(kA8_Format == fFormat);
82 SkASSERT(kLCD16_Format == fFormat);
95 SkASSERT(kLCD32_Format == fFormat);
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 321 ANPBitmapFormat fFormat;
331 if (gBitmapI.getPixelPacking(gRecs[i].fFormat, &packing)) {
334 gRecs[i].fFormat, gRecs[i].fName,
342 gRecs[i].fFormat, gRecs[i].fName);
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 56 SkImageDecoder::Format fFormat;
69 if (gMimeTypes[i].fFormat == format) {

Completed in 399 milliseconds