OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontSize
(Results
1 - 11
of
11
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
FontSize.java
25
public enum
FontSize
{
32
FontSize
(int value) {
37
* Create a
FontSize
object.
38
* @param value Integer value to be converted to a
FontSize
object.
39
* @return
FontSize
object whose value is {@code value}. If no
40
*
FontSize
object has that value, null is returned.
42
public static
FontSize
fromInt(int value) {
43
for (
FontSize
e :
FontSize
.values()) {
TextAttribute.java
29
public
FontSize
size;
37
FontSize
size, boolean bold, boolean italic, boolean underlined,
ValueParser.java
239
FontSize
size =
FontSize
.fromInt(sizeValue);
242
size =
FontSize
.NORMAL;
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp
532
FX_FLOAT
FontSize
) {
569
charpos.m_OriginX -=
FontSize
* vx / 1000;
570
charpos.m_OriginY -=
FontSize
* vy / 1000;
579
pCIDFont->CIDTransformToFloat(pTransform[4]) *
FontSize
;
581
pCIDFont->CIDTransformToFloat(pTransform[5]) *
FontSize
;
/packages/apps/Stk/src/com/android/stk/
StkInputActivity.java
40
import com.android.internal.telephony.cat.
FontSize
;
410
private float getFontSizeFactor(
FontSize
size) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h
400
virtual HRESULT WINAPI get_FontSize(__LONG32 *
FontSize
) = 0;
411
virtual HRESULT WINAPI put_FontSize(__LONG32
FontSize
) = 0;
429
HRESULT (WINAPI *get_FontSize)(IAgentCtlBalloon *This,__LONG32 *
FontSize
);
440
HRESULT (WINAPI *put_FontSize)(IAgentCtlBalloon *This,__LONG32
FontSize
);
460
#define IAgentCtlBalloon_get_FontSize(This,
FontSize
) (This)->lpVtbl->get_FontSize(This,
FontSize
)
471
#define IAgentCtlBalloon_put_FontSize(This,
FontSize
) (This)->lpVtbl->put_FontSize(This,
FontSize
)
484
HRESULT WINAPI IAgentCtlBalloon_get_FontSize_Proxy(IAgentCtlBalloon *This,__LONG32 *
FontSize
);
506
HRESULT WINAPI IAgentCtlBalloon_put_FontSize_Proxy(IAgentCtlBalloon *This,__LONG32
FontSize
);
[
all
...]
ntddvdeo.h
319
ULONG
FontSize
;
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 348 milliseconds