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...]
d2d1.h 755 STDMETHOD_(void, DrawText)(const WCHAR *string, UINT stringLength, IDWriteTextFormat *textFormat, const D2D1_RECT_F *layoutRect, ID2D1Brush *defaultForegroundBrush, D2D1_DRAW_TEXT_OPTIONS options = D2D1_DRAW_TEXT_OPTIONS_NONE, DWRITE_MEASURING_MODE measuringMode = DWRITE_MEASURING_MODE_NATURAL) PURE;
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]

Completed in 179 milliseconds