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

  /external/chromium/third_party/icu/source/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/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/ports/
SkImageDecoder_empty.cpp 33 SkImageDecoder::Format fFormat;
60 if (gPairs[i].fFormat == format) {
  /external/skia/include/core/
SkMask.h 58 Format fFormat;
81 SkASSERT(fFormat == kBW_Format);
92 SkASSERT(fFormat != kBW_Format);
102 SkASSERT(fFormat == kHorizontalLCD_Format || fFormat == kVerticalLCD_Format);
113 SkASSERT(fFormat == kHorizontalLCD_Format || fFormat == kVerticalLCD_Format);
114 if (fFormat == kHorizontalLCD_Format)
  /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 114 SkImageDecoder::Format fFormat;
127 if (gMimeTypes[i].fFormat == format) {

Completed in 233 milliseconds