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

  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 40 static long getDelayMs(GraphicsControlBlock& gcb) {
41 long delayMs = gcb.DelayTime * 10;
48 static bool willBeCleared(const GraphicsControlBlock& gcb) {
49 return gcb.DisposalMode == DISPOSE_BACKGROUND || gcb.DisposalMode == DISPOSE_PREVIOUS;
76 GraphicsControlBlock gcb; local
96 DGifSavedExtensionToGCB(mGif, i, &gcb);
99 durationMs += getDelayMs(gcb);
104 if (gcb.DisposalMode == DISPOSE_PREVIOUS && lastUnclearedFrame >= 0) {
108 if (!willBeCleared(gcb)) {
125 GraphicsControlBlock gcb; local
243 GraphicsControlBlock gcb; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 399 * Omit GCB values beyond what we need for hst.
406 int32_t gcb=(int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT; local
407 if(gcb<LENGTHOF(gcbToHst)) {
408 return gcbToHst[gcb];
  /external/icu/icu4c/source/common/
uprops.cpp 377 * Omit GCB values beyond what we need for hst.
384 int32_t gcb=(int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT; local
385 if(gcb<LENGTHOF(gcbToHst)) {
386 return gcbToHst[gcb];
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 111 __s16 gy, gcr, gcb; member in struct:omap_dss_cconv_coefs
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 121 milliseconds