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

  /frameworks/base/core/java/android/alsa/
AlsaCardsParser.java 71 public String textFormat() {
111 Slog.w(TAG, "usb:" + getCardRecordAt(index).textFormat());
AlsaDevicesParser.java 144 public String textFormat() {
200 Slog.w(TAG, "usb:" + getDeviceRecordAt(index).textFormat());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 743 IDWriteTextFormat **textFormat) PURE;
754 IDWriteTextFormat *textFormat,
762 IDWriteTextFormat *textFormat,
771 IDWriteTextFormat *textFormat,
802 #define IDWriteFactory_CreateGdiCompatibleTextLayout(This,string,stringLength,textFormat,layoutWidth,layoutHeight,pixelsPerDip,transform,useGdiNatural,textLayout) (This)->lpVtbl->CreateGdiCompatibleTextLayout(This,string,stringLength,textFormat,layoutWidth,layoutHeight,pixelsPerDip,transform,useGdiNatural,textLayout)
803 #define IDWriteFactory_CreateEllipsisTrimmingSign(This,textFormat,trimmingSign) (This)->lpVtbl->CreateEllipsisTrimmingSign(This,textFormat,trimmingSign)
811 #define IDWriteFactory_CreateTextFormat(This,fontFamilyName,fontCollection,fontWeight,fontStyle,fontStretch,fontSize,localeName,textFormat) (This)->lpVtbl->CreateTextFormat(This,fontFamilyName,fontCollection,fontWeight,fontStyle,fontStretch,fontSize,localeName,textFormat)
    [all...]