src/java.desktop/share/classes/sun/java2d/marlin/MarlinConst.java
changeset 51933 4ec74929fbfe
parent 49496 1ea202af7a97
equal deleted inserted replaced
51932:c38095007004 51933:4ec74929fbfe
    80     // flag to use path simplifier
    80     // flag to use path simplifier
    81     static final boolean USE_PATH_SIMPLIFIER = MarlinProperties.isUsePathSimplifier();
    81     static final boolean USE_PATH_SIMPLIFIER = MarlinProperties.isUsePathSimplifier();
    82 
    82 
    83     static final boolean DO_CLIP_SUBDIVIDER = MarlinProperties.isDoClipSubdivider();
    83     static final boolean DO_CLIP_SUBDIVIDER = MarlinProperties.isDoClipSubdivider();
    84 
    84 
    85     // flag to enable logs related bounds checks
    85     // flag to enable logs related to bounds checks
    86     static final boolean DO_LOG_BOUNDS = ENABLE_LOGS && false;
    86     static final boolean DO_LOG_BOUNDS = ENABLE_LOGS && false;
    87 
    87 
    88     // flag to enable float precision correction
    88     // flag to enable logs related to clip rect
    89     static final boolean DO_FIX_FLOAT_PREC = true;
    89     static final boolean DO_LOG_CLIP = ENABLE_LOGS && false;
    90 
    90 
    91     // Initial Array sizing (initial context capacity) ~ 450K
    91     // Initial Array sizing (initial context capacity) ~ 450K
    92 
    92 
    93     // 4096 pixels (width) for initial capacity
    93     // 4096 pixels (width) for initial capacity
    94     static final int INITIAL_PIXEL_WIDTH
    94     static final int INITIAL_PIXEL_WIDTH