HomeSort by relevance Sort by last modified time
    Searched full:s_bitmap (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebKit/android/
RenderSkinRadio.cpp 50 static SkBitmap s_bitmap[4]; member in namespace:WebCore
58 s_decoded = RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &s_bitmap[0]);
60 s_decoded = RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &s_bitmap[1]) && s_decoded;
62 s_decoded = RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &s_bitmap[2]) && s_decoded;
64 s_decoded = RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &s_bitmap[3]) && s_decoded;
65 SIZE = SkIntToScalar(s_bitmap[0].width());
95 canvas->drawBitmap(s_bitmap[checked + 2*(!isCheckBox)],

Completed in 117 milliseconds