OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wordstoset
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp
594
int
wordsToSet
= bmpRect.width();
597
wmemset(reinterpret_cast<wchar_t*>(dst), 0,
wordsToSet
);
606
int
wordsToSet
= bmpRect.width() * 2;
609
wmemset(reinterpret_cast<wchar_t*>(dst), 0,
wordsToSet
);
Completed in 36 milliseconds